-
Notifications
You must be signed in to change notification settings - Fork 697
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
OCPBUGS-11932: Disable checks for Open vSwitch on NSX cluster #10737
Conversation
/test help |
@jhrozek: The specified target(s) for
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test e2e-aws-ocp4-cis |
@Vincent056 there seems to be an issue and the tests are not passing:
|
@Vincent056 What are your plans? |
sorry for the delay, I will clean it up and update this PR |
I'm closing this PR because of no activity for more than 30 days. If you still plan to work on this, feel free to reopen it. |
/reopen |
I'm taking a look at this tomorrow and reopening to get a fresh test run. |
Making the following changes should get tests in better shape:
|
/test e2e-aws-ocp4-cis |
This PR make open vSwitch rules only be check with SDN and OVN network type
Default CI clusters don't have OVS configured, so we're excluding those rules. This commit updates the expected e2e outcomes for those rules so they're consistent with what the rule actually does.
rebased the branch |
/test e2e-aws-ocp4-cis |
The test failures are unrelated to this patch - ComplianceAsCode/compliance-operator#477 Working on a separate fix in the compliance operator to get things working again. |
/test e2e-aws-ocp4-cis |
/test e2e-aws-ocp4-cis |
1 similar comment
/test e2e-aws-ocp4-cis |
Default CI clusters don't have OVS configured, so we're excluding those rules. This commit updates the expected e2e outcomes for those rules so they're consistent with what the rule actually does.
/test e2e-aws-ocp4-cis |
Code Climate has analyzed commit 570be68 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 58.5%. View more on Code Climate. |
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.
/lgtm
This PR makes open vSwitch rules only be checked with SDN and OVN network type