You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openshift/tests-extension/.openshift-tests-extension/openshift_payload_olmv1.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,19 @@
80
80
"environmentSelector": {}
81
81
},
82
82
{
83
+
<<<<<<< HEAD
84
+
=======
85
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLMWebhookProviderOpenshiftServiceCA][Skipped:Disconnected][Serial] OLMv1 operator with webhooks should be tolerant to openshift-service-ca certificate rotation",
86
+
"labels": {},
87
+
"resources": {
88
+
"isolation": {}
89
+
},
90
+
"source": "openshift:payload:olmv1",
91
+
"lifecycle": "blocking",
92
+
"environmentSelector": {}
93
+
},
94
+
{
95
+
>>>>>>> 60f247f64 (UPSTREAM: <carry>: [OTE] Add webhook tests with enhancements)
83
96
"name": "[sig-olmv1][OCPFeatureGate:NewOLMWebhookProviderOpenshiftServiceCA][Skipped:Disconnected][Serial] OLMv1 operator with webhooks should be tolerant to tls secret deletion",
GinkgoLogr.Info(fmt.Sprintf("Secret %s/%s not found yet (still polling for recreation)", webhookOperatorInstallNamespace, certificateSecretName))
189
+
return
190
+
}
191
+
192
+
g.Expect(err).ToNot(HaveOccurred(), fmt.Sprintf("failed to get webhook service certificate secret %s/%s: %v", webhookOperatorInstallNamespace, certificateSecretName, err))
193
+
g.Expect(secret.Data).ToNot(BeEmpty(), "expected webhook service certificate secret data to not be empty after recreation")
194
+
}).WithTimeout(5*time.Minute).WithPolling(10*time.Second).Should(Succeed(), "webhook service certificate secret did not get recreated and populated within timeout")
195
+
196
+
By("checking webhook is responsive through cert rotation")
0 commit comments