summaryrefslogtreecommitdiff
path: root/test/integration/targets/cs_iso/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/cs_iso/tasks/main.yml')
-rw-r--r--test/integration/targets/cs_iso/tasks/main.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/integration/targets/cs_iso/tasks/main.yml b/test/integration/targets/cs_iso/tasks/main.yml
index c25acc6d7c..c767256c0c 100644
--- a/test/integration/targets/cs_iso/tasks/main.yml
+++ b/test/integration/targets/cs_iso/tasks/main.yml
@@ -7,7 +7,7 @@
- name: verify setup iso
assert:
that:
- - iso|success
+ - iso is successful
- name: test download iso in check mode
cs_iso:
@@ -20,7 +20,7 @@
- name: verify test download iso in check mode
assert:
that:
- - iso|changed
+ - iso is changed
- name: test download iso
cs_iso:
@@ -32,7 +32,7 @@
- name: verify test download iso
assert:
that:
- - iso|changed
+ - iso is changed
- iso.name == "{{ cs_resource_prefix }}-iso"
- iso.display_text == "{{ cs_resource_prefix }}-iso"
- iso.cross_zones == true
@@ -47,7 +47,7 @@
- name: verify test download iso idempotence
assert:
that:
- - not iso|changed
+ - iso is not changed
- iso.name == "{{ cs_resource_prefix }}-iso"
- iso.display_text == "{{ cs_resource_prefix }}-iso"
- iso.cross_zones == true
@@ -64,7 +64,7 @@
- name: verify test update iso in check mode
assert:
that:
- - iso|changed
+ - iso is changed
- iso.name == "{{ cs_resource_prefix }}-iso"
- iso.display_text == "{{ cs_resource_prefix }}-iso"
- iso.cross_zones == true
@@ -80,7 +80,7 @@
- name: verify test update iso
assert:
that:
- - iso|changed
+ - iso is changed
- iso.name == "{{ cs_resource_prefix }}-iso"
- iso.display_text == "{{ cs_resource_prefix }}-iso display_text"
- iso.cross_zones == true
@@ -96,7 +96,7 @@
- name: verify test update iso idempotence
assert:
that:
- - not iso|changed
+ - iso is not changed
- iso.name == "{{ cs_resource_prefix }}-iso"
- iso.display_text == "{{ cs_resource_prefix }}-iso display_text"
- iso.cross_zones == true
@@ -111,7 +111,7 @@
- name: verify test remove iso in check mode
assert:
that:
- - iso|changed
+ - iso is changed
- iso.name == "{{ cs_resource_prefix }}-iso"
- iso.display_text == "{{ cs_resource_prefix }}-iso display_text"
- iso.cross_zones == true
@@ -125,7 +125,7 @@
- name: verify test remove iso
assert:
that:
- - iso|changed
+ - iso is changed
- iso.name == "{{ cs_resource_prefix }}-iso"
- iso.display_text == "{{ cs_resource_prefix }}-iso display_text"
- iso.cross_zones == true
@@ -139,4 +139,4 @@
- name: verify test remove iso idempotence
assert:
that:
- - not iso|changed
+ - iso is not changed