diff --git a/test/extended/image_ecosystem/scl.go b/test/extended/image_ecosystem/scl.go index e369123cf825..a2a51f7f4566 100644 --- a/test/extended/image_ecosystem/scl.go +++ b/test/extended/image_ecosystem/scl.go @@ -79,6 +79,15 @@ func defineTest(name string, t tc, oc *exutil.CLI) { if strings.Contains(string(log), "Sample invocation") { return true, nil } + if strings.Contains(string(log), "oc new-app") { + return true, nil + } + if strings.Contains(string(log), "OpenShift") { + return true, nil + } + if strings.Contains(string(log), "Openshift") { + return true, nil + } return false, nil }) o.Expect(err).NotTo(o.HaveOccurred())