CNTRLPLANE-2247:Adding KMS TestKMSEncryptionOnOff test for Routes#644
CNTRLPLANE-2247:Adding KMS TestKMSEncryptionOnOff test for Routes#644openshift-merge-bot[bot] merged 3 commits intoopenshift:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
@ardaguclu: This pull request references CNTRLPLANE-2247 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.22.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. |
| ctx := context.TODO() | ||
| cs := operatorencryption.GetClients(t) | ||
|
|
||
| ns := fmt.Sprintf("test-kms-encryption-on-off-%s", rand.String(4)) |
There was a problem hiding this comment.
E2E framework in this repo is designed that way
CreateAndStoreRouteOfLife and RouteOfLife functions expect ns.
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, gangwgr, p0lyn0mial 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 |
|
Failure of e2e-gcp-operator-encryption-kms is expected. Because controllers are not ready to handle KMS encryption type yet (i.e. openshift/library-go#2086). |
|
@ardaguclu: This PR has been marked as verified by 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. |
cc1d7ad
into
openshift:main
This PR is mirror of;
in order to enable KMS on/off test scenario in aggregated apiserver operators.
Until openshift/library-go#2086 is landed, tests will fail. However, since the test is marked as option, this won't create any issues.