Test IPv4 and IPv6 explicitly in PodToWorld connectivity tests#37435
Merged
julianwiedmann merged 3 commits intomainfrom Mar 20, 2025
Merged
Test IPv4 and IPv6 explicitly in PodToWorld connectivity tests#37435julianwiedmann merged 3 commits intomainfrom
julianwiedmann merged 3 commits intomainfrom
Conversation
Contributor
Author
|
/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
Contributor
Author
|
/test |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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