Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend e2e chainsaw tests #249

Merged
merged 32 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2726acf
Add Prefix Exhausted test
jstudler Feb 28, 2025
ffbb56f
Add Prefix Exhausted test
jstudler Feb 28, 2025
23320e7
Add Prefix Exhausted test
jstudler Feb 28, 2025
4df04e9
Add Prefix Exhausted test
jstudler Feb 28, 2025
45cbb2c
Add IpAddressClaim Apply and Update test
jstudler Feb 28, 2025
955ccc5
Update load-data-job
jstudler Feb 28, 2025
54a9d60
Add IpAddressClaim restoration test
jstudler Feb 28, 2025
ab1c6a5
Fix name
jstudler Feb 28, 2025
91f218b
Rename tests
jstudler Feb 28, 2025
ee2f23f
Rename tests
jstudler Feb 28, 2025
36db70e
yamllint and add description
jstudler Feb 28, 2025
de684cb
Update load-data-job
jstudler Feb 28, 2025
8da6013
Align names
jstudler Feb 28, 2025
db7500a
Rename to lowercase
jstudler Feb 28, 2025
19d2bd3
Fix name
jstudler Feb 28, 2025
107818b
Add Tests for IPv6 IpAddressClaims
jstudler Feb 28, 2025
447f069
Update load-data-job
jstudler Feb 28, 2025
769a527
Add IpRange IPv4 tests
jstudler Feb 28, 2025
e778b54
Add IpRange IPv6 tests
jstudler Feb 28, 2025
07d1237
Tweak timeouts to make it less flakey on GitHub Actions (might be cha…
jstudler Feb 28, 2025
4dd293a
Tweak limits to make it less flakey on GitHub Actions (NetBox 4.0.11 …
jstudler Feb 28, 2025
19a6d1b
Rename descriptions to make it more distinguishable to the resources …
jstudler Feb 28, 2025
b216ff4
Revert chainsaw params
jstudler Mar 3, 2025
5068888
Implement podman workaround
jstudler Mar 3, 2025
0377fd4
Fix testing readme
jstudler Mar 3, 2025
901beb1
Add tests to verify that invalid configurations fail
jstudler Mar 3, 2025
7ba1474
Update tests/e2e/Prefix/IPv4/prefixclaim-ipv4-parentprefixselector-re…
jstudler Mar 3, 2025
65a20e4
Add todo for preserveInNetbox
jstudler Mar 3, 2025
76b06aa
Fix names and descriptions
jstudler Mar 3, 2025
b760ba3
Update tests/e2e/iprange/ipv4/iprangeclaim-ipv4-invalid-size/chainsaw…
jstudler Mar 3, 2025
fe5c495
Update tests/e2e/iprange/ipv4/iprangeclaim-ipv4-invalid-tenant/chains…
jstudler Mar 3, 2025
16b5c5d
Fix Todos
jstudler Mar 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ create-kind:
.PHONY: deploy-kind
deploy-kind: docker-build-local manifests kustomize
kind load docker-image ${LOCAL_IMG}
kind load docker-image ${LOCAL_IMG} # fixes an issue with podman where the image is not correctly tagged after the first kind load docker-image
$(KUSTOMIZE) build kind | $(KUBECTL) apply -f -

.PHONY: undeploy-kind
Expand Down
Loading