summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_bd/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/aci_bd/tasks/main.yml')
-rw-r--r--test/integration/targets/aci_bd/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/aci_bd/tasks/main.yml b/test/integration/targets/aci_bd/tasks/main.yml
index dd1ad2f142..326f1becac 100644
--- a/test/integration/targets/aci_bd/tasks/main.yml
+++ b/test/integration/targets/aci_bd/tasks/main.yml
@@ -85,7 +85,7 @@
- 'bd_present_2.config.fvBD.attributes == {"arpFlood": "yes", "descr": "Ansible Test", "ipLearning": "no", "multiDstPktAct": "drop", "name": "anstest2",
"unicastRoute": "no", "unkMacUcastAct": "flood", "unkMcastAct": "opt-flood"}'
- bd_present_missing_param.failed == true
- - 'bd_present_missing_param.msg == "state is present but the following are missing: tenant"'
+ - 'bd_present_missing_param.msg == "state is present but all of the following are missing: tenant"'
- name: get all bd
aci_bd: &aci_query
@@ -175,7 +175,7 @@
- bd_absent_idempotent.changed == false
- bd_absent_idempotent.existing == []
- bd_absent_missing_param.failed == true
- - 'bd_absent_missing_param.msg == "state is absent but the following are missing: bd"'
+ - 'bd_absent_missing_param.msg == "state is absent but all of the following are missing: bd"'
- name: delete vrf - cleanup before ending tests
aci_vrf: