summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/integration/oc_service.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2017-02-07 16:39:51 -0500
committerThomas Wiest <twiest@redhat.com>2017-02-07 23:14:06 -0500
commit3aa123c5b2b145e57776e297ac62e133b3f6993e (patch)
tree1a81e5b6e304e4902fcf8f5c6de8a49061d3fd39 /roles/lib_openshift/src/test/integration/oc_service.yml
parent5a933ed4b33131423b2f349eb0bc33ead99ec360 (diff)
downloadopenshift-3aa123c5b2b145e57776e297ac62e133b3f6993e.tar.gz
openshift-3aa123c5b2b145e57776e297ac62e133b3f6993e.tar.bz2
openshift-3aa123c5b2b145e57776e297ac62e133b3f6993e.tar.xz
openshift-3aa123c5b2b145e57776e297ac62e133b3f6993e.zip
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