diff --git a/test/extended/image_ecosystem/scl.go b/test/extended/image_ecosystem/scl.go index 6f79c4f715dd..5d638ca20e6a 100644 --- a/test/extended/image_ecosystem/scl.go +++ b/test/extended/image_ecosystem/scl.go @@ -77,6 +77,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())