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
os::cmd::expect_success 'oc create imagestreamtag tag-c:1 -A annotation.with.dots=are.ok'
101
102
102
103
os::cmd::expect_failure_and_text 'oc create imagestreamtag tag-c --from-image=mysql:latest''must be of the form <stream_name>:<tag>'
103
-
os::cmd::expect_failure_and_text 'oc create imagestreamtag tag-c:1 -A foo''annotations must be of the form key=value'
104
+
os::cmd::expect_failure_and_text 'oc create imagestreamtag tag-c:1 -A foo''annotations must be of the form key=value, but is "foo"'
104
105
os::cmd::expect_failure_and_text 'oc create imagestreamtag tag-c:2 --from=mysql --from-image=mysql:latest''\--from and --from-image may not be used together'
105
106
106
107
os::cmd::expect_success_and_text 'oc get istag/tag:1 -o jsonpath={.image.dockerImageReference}''wildfly.*@sha256:'
0 commit comments