-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Test IPv4 and IPv6 explicitly in PodToWorld connectivity tests #37435
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/test |
aee87b4
to
a745b67
Compare
02cd36f
to
d67dd41
Compare
d67dd41
to
e7b8901
Compare
e7b8901
to
50b0505
Compare
7f4316d
to
72d8871
Compare
Change ExternalOtherTarget from cilium.io to k8s.io, because cilium.io doesn't support IPv6 (doesn't have an AAAA record). Signed-off-by: Maxim Mikityanskiy <maxim@isovalent.com>
…ests Test both IPv4 and IPv6, instead of one arbitrary address family selected automatically. Fixes: #37139 Signed-off-by: Maxim Mikityanskiy <maxim@isovalent.com>
The previous commit ensures that PodToWorld and PodToWorld2 tests test IPv6 explicitly, but the new test can't be enabled in the CI at the moment, because it requires a kernel patch and a way to connect to external IPv6 servers in the CI. Disable the new test until the above issues are resolved. Ref: #37932 Signed-off-by: Maxim Mikityanskiy <maxim@isovalent.com>
72d8871
to
d8dba69
Compare
/test |
mhofstetter
approved these changes
Mar 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cilium-cli
This PR contains changes related with cilium-cli
cilium-cli-exclusive
This PR only impacts cilium-cli binary
feature/ipv6
Relates to IPv6 protocol support
ready-to-merge
This PR has passed all tests and received consensus from code owners to merge.
release-note/misc
This PR makes changes that have no direct user impact.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #37139