summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_openshift/src/test')
-rwxr-xr-xroles/lib_openshift/src/test/integration/oc_configmap.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/lib_openshift/src/test/integration/oc_configmap.yml b/roles/lib_openshift/src/test/integration/oc_configmap.yml
index 7e37e7fd3..9153830aa 100755
--- a/roles/lib_openshift/src/test/integration/oc_configmap.yml
+++ b/roles/lib_openshift/src/test/integration/oc_configmap.yml
@@ -54,7 +54,7 @@
from_file:
config: "{{ filename }}"
from_literal:
- foo: bar
+ foo: notbar
deployment_type: online
- name: fetch the updated configmap
@@ -71,6 +71,7 @@
that:
- cmout.results.results[0].metadata.name == 'configmaptest'
- cmout.results.results[0].data.deployment_type == 'online'
+ - cmout.results.results[0].data.foo == 'notbar'
###### end create test ###########
###### delete test ###########