summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_vrf/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/aci_vrf/tasks/main.yml')
-rw-r--r--test/integration/targets/aci_vrf/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/aci_vrf/tasks/main.yml b/test/integration/targets/aci_vrf/tasks/main.yml
index fa9e1a4064..4d356ce883 100644
--- a/test/integration/targets/aci_vrf/tasks/main.yml
+++ b/test/integration/targets/aci_vrf/tasks/main.yml
@@ -73,7 +73,7 @@
- 'vrf_update.config == {"fvCtx": {"attributes": {"descr": "Ansible Test Update", "pcEnfPref": "unenforced"}}}'
- 'vrf_present_2.config.fvCtx.attributes == {"name": "anstest2", "pcEnfDir": "egress", "descr": "Ansible Test"}'
- vrf_present_missing_param.failed == true
- - 'vrf_present_missing_param.msg == "state is present but the following are missing: tenant"'
+ - 'vrf_present_missing_param.msg == "state is present but all of the following are missing: tenant"'
- name: get all vrf
aci_vrf: &aci_query
@@ -162,7 +162,7 @@
- vrf_absent_idempotent.changed == false
- vrf_absent_idempotent.existing == []
- vrf_absent_missing_param.failed == true
- - 'vrf_absent_missing_param.msg == "state is absent but the following are missing: vrf"'
+ - 'vrf_absent_missing_param.msg == "state is absent but all of the following are missing: vrf"'
- name: delete tenant - cleanup before ending tests
aci_tenant: