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
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -475,7 +475,7 @@
475
475
"environmentSelector": {}
476
476
},
477
477
{
478
-
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should install a cluster extension",
478
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should install an openshift catalog cluster extension",
479
479
"labels": {},
480
480
"resources": {
481
481
"isolation": {}
@@ -485,8 +485,24 @@
485
485
"environmentSelector": {}
486
486
},
487
487
{
488
-
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should fail to install a non-existing cluster extension",
489
-
"labels": {},
488
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 operator installation should install a cluster extension",
489
+
"originalName": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should install a cluster extension",
490
+
"labels": {
491
+
"original-name:[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should install a cluster extension": {}
492
+
},
493
+
"resources": {
494
+
"isolation": {}
495
+
},
496
+
"source": "openshift:payload:olmv1",
497
+
"lifecycle": "blocking",
498
+
"environmentSelector": {}
499
+
},
500
+
{
501
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 operator installation should fail to install a non-existing cluster extension",
502
+
"originalName": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should fail to install a non-existing cluster extension",
503
+
"labels": {
504
+
"original-name:[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should fail to install a non-existing cluster extension": {}
It("should fail to install a non-existing cluster extension",
254
+
Label("original-name:[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 operator installation should fail to install a non-existing cluster extension"), func(ctxSpecContext) {
255
+
if!env.Get().IsOpenShift {
256
+
Skip("Requires OCP APIs: not OpenShift")
257
+
}
258
+
259
+
By("ensuring no ClusterExtension and CRD for non-existing operator")
260
+
helpers.EnsureCleanupClusterExtension(context.Background(), "does-not-exist", "") // No CRD expected for non-existing operator
0 commit comments