summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/integration
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2017-02-28 16:22:08 +0000
committerJoel Diaz <jdiaz@redhat.com>2017-03-21 17:33:27 -0400
commita11970d30c88d188392ec217c055b6b8169b3769 (patch)
tree8c32341fde26780aa24332f9ff6aff09db6110dc /roles/lib_openshift/src/test/integration
parent45fbfdad1b80c50276a9da3841d6e4089b109e35 (diff)
downloadopenshift-a11970d30c88d188392ec217c055b6b8169b3769.tar.gz
openshift-a11970d30c88d188392ec217c055b6b8169b3769.tar.bz2
openshift-a11970d30c88d188392ec217c055b6b8169b3769.tar.xz
openshift-a11970d30c88d188392ec217c055b6b8169b3769.zip
clean up and clarify docs/comments
update unit tests
Diffstat (limited to 'roles/lib_openshift/src/test/integration')
-rwxr-xr-xroles/lib_openshift/src/test/integration/oc_user.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/lib_openshift/src/test/integration/oc_user.yml b/roles/lib_openshift/src/test/integration/oc_user.yml
index 7d6221e64..ad1f9d188 100755
--- a/roles/lib_openshift/src/test/integration/oc_user.yml
+++ b/roles/lib_openshift/src/test/integration/oc_user.yml
@@ -142,8 +142,8 @@
register: user_out
- name: assert test group created
assert:
- that: user_out['results'][0]['metadata']['name'] == "integration-test-group" and
- user_out['results'][0]['users'] is not defined
+ that: user_out['results']['results'][0]['metadata']['name'] == "integration-test-group"
+ msg: "{{ user_out }}"
- name: create user with group membership
oc_user: