-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
OAPE-91: Add E2E tests for Route ExternalCertificate feature #29499
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chiragkyal The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2a30907
to
a8bcd79
Compare
Job Failure Risk Analysis for sha: a8bcd79
|
Job Failure Risk Analysis for sha: 8898536
|
/test ? |
@chiragkyal: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
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-sigs/prow repository. |
/test e2e-gcp-ovn-techpreview |
2 similar comments
/test e2e-gcp-ovn-techpreview |
/test e2e-gcp-ovn-techpreview |
Job Failure Risk Analysis for sha: 211d2c4
|
211d2c4
to
3f2c35d
Compare
/test e2e-gcp-ovn-techpreview |
Job Failure Risk Analysis for sha: 3f2c35d
|
796ca4a
to
8a214b5
Compare
/test e2e-gcp-ovn-techpreview |
Job Failure Risk Analysis for sha: 8a214b5
|
@chiragkyal: This pull request references OAPE-91 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.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
/test e2e-gcp-ovn-techpreview |
@chiragkyal: This pull request references OAPE-91 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.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
Signed-off-by: chiragkyal <[email protected]>
e21cad0
to
e222a6c
Compare
/test e2e-gcp-ovn-techpreview |
/cc @swghosh @arkadeepsen |
@chiragkyal: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Job Failure Risk Analysis for sha: e222a6c
|
Implements end-to-end tests for routes configured with ExternalCertificate feature. These tests cover the following scenarios:
Validation and pre-requisite of the feature
kubernetes.io/tls
.Passthrough
termination is not supported.With a valid setup the router should support external certificate.
Multiple routes can refer a common secret.
Secret delete, re-create and update scenarios.
Route update scenarios (with validation checks)
Part of: https://issues.redhat.com//browse/OAPE-91