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

connectivity: Get rid of --datapath #1559

Closed
wants to merge 1 commit into from
Closed

connectivity: Get rid of --datapath #1559

wants to merge 1 commit into from

Conversation

brb
Copy link
Member

@brb brb commented May 1, 2023

Let's simplify the test suite, and run the "--datapath" tests as part of the regular connectivity tests. The built-in feature detection will skip those if the conditions cannot be met.

@brb brb added the area/CI Continuous Integration testing issue or flake label May 1, 2023
@brb brb requested a review from a team as a code owner May 1, 2023 13:15
@brb brb requested a review from joamaki May 1, 2023 13:15
@brb brb temporarily deployed to ci May 1, 2023 13:16 — with GitHub Actions Inactive
Copy link
Member

@pchaigno pchaigno left a comment

Choose a reason for hiding this comment

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

That means, once we update the CLI in cilium/cilium, the pod-to-pod encryption test will run on GKE, EKS, and AKS. Did you check that it already works?

ct.NewTest("pod-to-pod-encryption").
WithFeatureRequirements(check.RequireFeatureEnabled(check.FeatureEncryptionPod)).
WithScenarios(
tests.PodToPodEncryption(),
Copy link
Member

Choose a reason for hiding this comment

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

IIRC, this test won't work on EKS because we have multiple native interfaces there. Is that fixed now or is the feature detection somehow taking that into account?

@brb
Copy link
Member Author

brb commented May 2, 2023

Did you check that it already works?

Noup. Unfortunately, having code and tests in two different repos makes it unnecessarily difficult to do. Anyway, will try to run those tests. Thanks for pointing out.

@brb brb added the dont-merge/blocked Another PR must be merged before this one. label May 2, 2023
@brb brb marked this pull request as draft May 2, 2023 05:38
Let's simplify the test suite, and run the "--datapath" tests as part of
the regular connectivity tests. The built-in feature detection will skip
those if the conditions cannot be met.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
@brb brb temporarily deployed to ci May 2, 2023 10:35 — with GitHub Actions Inactive
@joamaki joamaki removed their request for review May 8, 2023 09:00
@brb
Copy link
Member Author

brb commented May 15, 2023

Preceded by #1579.

@brb brb closed this May 15, 2023
@tklauser tklauser deleted the pr/brb/conn-merge-dp branch May 15, 2023 16:02
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 dont-merge/blocked Another PR must be merged before this one.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants