We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a18b2a + 2483b5b commit 64579ceCopy full SHA for 64579ce
test/cmd/images.sh
@@ -83,8 +83,6 @@ os::cmd::expect_success "oc patch istag/wildfly:latest -p='{\"tag\":{\"from\":{\
83
os::cmd::expect_success_and_text 'oc get istag/wildfly:latest -o jsonpath={.tag.from.kind}' 'DockerImage'
84
os::cmd::expect_success_and_text 'oc get istag/wildfly:latest -o jsonpath={.tag.from.name}' 'mysql:latest'
85
os::cmd::expect_success_and_not_text 'oc get istag/wildfly:latest -o jsonpath={.tag.generation}' '2'
86
-os::cmd::expect_success "oc patch istag/wildfly:latest -p='{\"tag\":{\"importPolicy\":{\"scheduled\":true}}}'"
87
-os::cmd::expect_success_and_text 'oc get istag/wildfly:latest -o jsonpath={.tag.importPolicy.scheduled}' 'true'
88
89
# create an image stream tag
90
os::cmd::expect_success 'oc create imagestreamtag tag:1 --from=wildfly:latest'
0 commit comments