-
Notifications
You must be signed in to change notification settings - Fork 208
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
connectivity: add full egress gateway test suite #1657
Merged
Merged
Conversation
This file contains 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
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 07:32
5fd81f3
to
8b8a856
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 07:48
8b8a856
to
86abceb
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 07:58
86abceb
to
5443e30
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 08:29
5443e30
to
562392c
Compare
I'm going to merge #1579 in a bit. There is a bit of overlap between your PR and the former. |
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 08:43
562392c
to
286e791
Compare
ack, still a few issues to solve here so all good 👍 |
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 08:48
286e791
to
3bde22b
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 09:14
3bde22b
to
7b2b043
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 25, 2023 10:32
7b2b043
to
edc4702
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 26, 2023 10:05
edc4702
to
450da90
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 26, 2023 10:23
450da90
to
9274730
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 26, 2023 10:35
9274730
to
981232a
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 26, 2023 11:20
981232a
to
c6eef1f
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 26, 2023 11:55
c6eef1f
to
30530db
Compare
brb
reviewed
May 30, 2023
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 30, 2023 09:43
b1325fd
to
0cca1c7
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 30, 2023 10:03
0cca1c7
to
f6498c3
Compare
NodeportService wraps a Service object and can be used to expose said Service through its nodeport with the Peer interface. Signed-off-by: Gilberto Bertin <[email protected]>
Signed-off-by: Gilberto Bertin <[email protected]>
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 30, 2023 10:06
f6498c3
to
463f74f
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 30, 2023 10:08
463f74f
to
d7f1a40
Compare
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 30, 2023 12:02
d7f1a40
to
17c9ed0
Compare
brb
reviewed
May 30, 2023
This commit reimplement the Ginkgo test suite for egress gateway as a connectivity test for the CLI. The changes are split in 2 test suites: * egress-gateway, which tests connectivity for pods matched by an egress gateway policy: pod to host, pod to service, pod to external IP, reply traffic for services and pods * egress-gateway-excluded-cidrs, which tests the excludedCIDRs property and ensure traffic matching an excluded CIDR does not get masqueraded with the egress IP Signed-off-by: Gilberto Bertin <[email protected]>
jibi
force-pushed
the
pr/jibi/egressgw-tests
branch
from
May 30, 2023 13:02
17c9ed0
to
6f17c07
Compare
youngnick
approved these changes
May 30, 2023
brb
approved these changes
May 30, 2023
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.
🍕
tklauser
approved these changes
May 31, 2023
maintainer-s-little-helper
bot
added
the
ready-to-merge
This PR has passed all tests and received consensus from code owners to merge.
label
May 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/CI
Continuous Integration testing issue or flake
ready-to-merge
This PR has passed all tests and received consensus from code owners to merge.
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.
see individual commits
Towards: cilium/cilium#24151