test: e2e ipv6 ingress - #239
Merged
Merged
Conversation
Collaborator
Author
|
We have considered the following options:
Option 1 did not have coverage for ipv6-only usage, so we threw that out. Options 2 and 3 would be a similarly sized change, but option 3 has better coverage of functionality so we chose that. Questions for reviewers:
|
szvincze
reviewed
Sep 3, 2026
szvincze
reviewed
Sep 3, 2026
szvincze
reviewed
Sep 3, 2026
szvincze
requested changes
Sep 3, 2026
In preparation of introducing separate-appnetwork-v6. Assisted-by: claude (model auto-selected by kiro) Signed-off-by: Bence Romsics <bence.romsics@gmail.com>
This change adds an IPv6 variant of the separate-appnetwork end to end test suite, so we have some test coverage for IPv6-only usage. Assisted-by: claude (model auto-selected by kiro) Signed-off-by: Bence Romsics <bence.romsics@gmail.com>
rubasov
force-pushed
the
e2e-ipv6-ingress
branch
from
September 3, 2026 13:35
147cbaa to
fddaf02
Compare
Collaborator
Author
|
Thanks for the review. |
szvincze
approved these changes
Sep 4, 2026
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.
test: Rename separate-appnetwork to separate-appnetwork-v4
In preparation of introducing separate-appnetwork-v6.
Assisted-by: claude
Signed-off-by: Bence Romsics bence.romsics@gmail.com
test: Add separate-appnetwork-v6 e2e suite
This change adds an IPv6 variant of the separate-appnetwork end to end
test suite, so we have some test coverage for IPv6-only usage.
Assisted-by: claude
Signed-off-by: Bence Romsics bence.romsics@gmail.com