CFE-853: e2e test case for DNSNameResolver and EgressFirewall integration#28683
Conversation
|
@bharath-b-rh: This pull request references CFE-853 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Job Failure Risk Analysis for sha: e45eced
|
test/extended/testdata/egress-firewall/ovnk-egressfirewall-wildcard-test.yaml
Outdated
Show resolved
Hide resolved
test/extended/testdata/egress-firewall/ovnk-egressfirewall-wildcard-test.yaml
Outdated
Show resolved
Hide resolved
|
Job Failure Risk Analysis for sha: eea9b02
|
|
/retest |
|
Job Failure Risk Analysis for sha: e0d9b06
|
|
/retest |
791f5f5 to
e5cebf5
Compare
|
/retest-required |
|
Job Failure Risk Analysis for sha: b03d1c5
|
|
/retest |
|
Job Failure Risk Analysis for sha: 462231d
|
|
/test verify |
1 similar comment
|
/test verify |
| }, | ||
| ) | ||
|
|
||
| // When OVNKubernetes subnet and coredns-ocp-dnsnameresolver plugins are enabled. |
There was a problem hiding this comment.
Instead of checking whether the cluster is techpreview you should create featuregate specific tests:
https://github.com/openshift/api?tab=readme-ov-file#defining-featuregate-e2e-tests
Example: #28719
There was a problem hiding this comment.
I am thinking we will make a whole new context in the next dev cycle following all instructions ^, but we wanted 1 simple test in the existing context before we even merge tech preview feature. Hopefully that makes sense
There was a problem hiding this comment.
not sure if this helps, but some existing tests actually were an example for this one
origin/test/extended/builds/volumes.go
Lines 161 to 163 in 75f2c02
There was a problem hiding this comment.
The approach of testing featuregates is fairly new as far as I know. I think it is better than checking for techpreview because it doesn't require any followup work. It should be really easy to test whether it works in the existing g.It
There was a problem hiding this comment.
suggestion incorporated. New Describe block added with OCPFeatureGate tag.
|
Job Failure Risk Analysis for sha: 215dccb
|
|
/test e2e-gcp-ovn-upgrade |
|
/test e2e-gcp-csi |
|
To do the test run here we need to wait for the last approved pr openshift/cluster-network-operator#2131 to be included to the |
|
/test e2e-agnostic-ovn-cmd |
|
/test ? |
|
@kyrtapz: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
DetailsIn 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-sigs/prow repository. |
|
/test e2e-gcp-ovn-techpreview |
|
/acknowledge-critical-fixes-only |
|
/label acknowledge-critical-fixes-only |
|
/approve |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bharath-b-rh, dgoodwin, npinaeva, trozet The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-aws-ovn-serial |
|
@bharath-b-rh: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
Job Failure Risk Analysis for sha: 09375ea
|
|
/test e2e-aws-ovn-serial |
|
[ART PR BUILD NOTIFIER] This PR has been included in build openshift-enterprise-tests-container-v4.17.0-202405180141.p0.g8cca3af.assembly.stream.el9 for distgit openshift-enterprise-tests. |
e2e test case covering integration of CoreDNS and EgressFirewall as proposed in the enhancement