summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/integration/oc_service.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-02-08 09:22:48 -0500
committerGitHub <noreply@github.com>2017-02-08 09:22:48 -0500
commitb1565e9e843e99c6b3c0d99518c27249472f57fe (patch)
tree41655090b99ee1a38ffde72d4dd6636a94da8f05 /roles/lib_openshift/src/test/integration/oc_service.yml
parent1321f28eb14f03a04ed4f3661629ca001ee83502 (diff)
parent3aa123c5b2b145e57776e297ac62e133b3f6993e (diff)
downloadopenshift-b1565e9e843e99c6b3c0d99518c27249472f57fe.tar.gz
openshift-b1565e9e843e99c6b3c0d99518c27249472f57fe.tar.bz2
openshift-b1565e9e843e99c6b3c0d99518c27249472f57fe.tar.xz
openshift-b1565e9e843e99c6b3c0d99518c27249472f57fe.zip
Merge pull request #3285 from twiest/fix_unittests
Fixed ansible module unit and integration tests and added runners.
Diffstat (limited to 'roles/lib_openshift/src/test/integration/oc_service.yml')
-rwxr-xr-xroles/lib_openshift/src/test/integration/oc_service.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_openshift/src/test/integration/oc_service.yml b/roles/lib_openshift/src/test/integration/oc_service.yml
index 616694382..3eb6facef 100755
--- a/roles/lib_openshift/src/test/integration/oc_service.yml
+++ b/roles/lib_openshift/src/test/integration/oc_service.yml
@@ -123,6 +123,6 @@
- assert:
that:
- svc_out.changed == False
- - svc_out.results.returncode == 1
+ - svc_out.results.returncode == 0
- "'not found' in svc_out.results.stderr"
msg: service get failed