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
Expect(exists).To(BeTrue(), "The 'openshift.io/run-level' label on namespace %s does not exist", cvoNamespace)
67
-
Expect(runLevel).To(BeEmpty(), "Expected the 'openshift.io/run-level' label value on namespace %s has the empty value, but got %s", cvoNamespace, runLevel)
68
-
69
-
By("Checking that the annotation 'openshift.io/scc annotation' on the CVO pod has the value hostaccess")
Expect(sccAnnotation).To(Equal("hostaccess"), "Expected the annotation 'openshift.io/scc annotation' on pod %s to have the value 'hostaccess', but got %s", cvoPod.Name, sccAnnotation)
0 commit comments