Skip to content

Commit cb88171

Browse files
author
OpenShift Bot
authored
Merge pull request #11635 from fabianofranz/issues_11605
Merged by openshift-bot
2 parents 7dc28bd + 23f62eb commit cb88171

File tree

2 files changed

+18
-12
lines changed
  • test/cmd
  • vendor/k8s.io/kubernetes/pkg/kubectl/cmd

2 files changed

+18
-12
lines changed

test/cmd/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ os::test::junit::declare_suite_start "cmd/run"
66
# This test validates the value of --image for oc run
77
os::cmd::expect_success_and_text 'oc run newdcforimage --image=validimagevalue' 'deploymentconfig "newdcforimage" created'
88
os::cmd::expect_failure_and_text 'oc run newdcforimage2 --image="InvalidImageValue0192"' 'error: Invalid image name "InvalidImageValue0192": invalid reference format'
9+
os::cmd::expect_failure_and_text 'oc run test1 --image=busybox --attach --dry-run' "dry-run can't be used with attached containers options"
10+
os::cmd::expect_failure_and_text 'oc run test1 --image=busybox --stdin --dry-run' "dry-run can't be used with attached containers options"
911
echo "oc run: ok"
1012
os::test::junit::declare_suite_end

vendor/k8s.io/kubernetes/pkg/kubectl/cmd/run.go

+16-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)