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

Add job to run e2e test with traffic encrytion mode as WireGuard #7086

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jainpulkit22
Copy link
Contributor

Add job to run e2e test with traffic encrytion mode as WireGuard.

Fixes #7075.

@jainpulkit22
Copy link
Contributor Author

/test-kind-e2e-wireGuard

1 similar comment
@jainpulkit22
Copy link
Contributor Author

/test-kind-e2e-wireGuard

@jainpulkit22
Copy link
Contributor Author

/test-kind-e2e-wireguard

@rajnkamr rajnkamr added this to the Antrea v2.4 release milestone Mar 27, 2025
@rajnkamr rajnkamr added the area/test/e2e Issues or PRs related to Antrea specific end-to-end testing. label Mar 27, 2025
@@ -74,7 +75,8 @@ Run K8s e2e community tests (Conformance & Network Policy) or Antrea e2e tests o
--proxyall Enable proxyAll to test AntreaProxy.
--build-tag Custom build tag for images.
--docker-user Username for Docker account.
--docker-password Password for Docker account."
--docker-password Password for Docker account.
--traffic-mode Traffic Encryption mode."
Copy link
Contributor

@petertran-avgo petertran-avgo Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like traffic mode net new in this PR, is that right? Perhaps we can specify the only supported parameter (unless there are others?)

Suggested change
--traffic-mode Traffic Encryption mode."
--traffic-mode Traffic Encryption mode: Only `wireGuard` is supported"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petertran-avgo , ipsec encryption is also supported however it needs additional kernel module on k8 node as prerequisites, it could be preferred to keep description generic to provide future e2e tests for ipsec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test/e2e Issues or PRs related to Antrea specific end-to-end testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a CI Job on Kind for WireGuard e2e testing
3 participants