summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_contract_subject
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-01-20 21:40:55 +0100
committerGitHub <noreply@github.com>2018-01-20 21:40:55 +0100
commit2ad91dd3599e56f0e031d87376d0bbf54c8ce299 (patch)
tree8f658bc028b613e96dd16701d94c2e23860a365a /test/integration/targets/aci_contract_subject
parent08f92a9f0f318c73ff4528be255c7066d436a85e (diff)
downloadansible-2ad91dd3599e56f0e031d87376d0bbf54c8ce299.tar.gz
ACI: Fix integration tests after error message change (#35138)
Diffstat (limited to 'test/integration/targets/aci_contract_subject')
-rw-r--r--test/integration/targets/aci_contract_subject/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/aci_contract_subject/tasks/main.yml b/test/integration/targets/aci_contract_subject/tasks/main.yml
index 6c3af06865..ca948d02b0 100644
--- a/test/integration/targets/aci_contract_subject/tasks/main.yml
+++ b/test/integration/targets/aci_contract_subject/tasks/main.yml
@@ -82,7 +82,7 @@
- subject_present_2.changed == true
- 'subject_present_2.config.vzSubj.attributes == {"consMatchT": "All", "name": "anstest2", "prio": "level3", "revFltPorts": "no"}'
- present_missing_param.failed == true
- - 'present_missing_param.msg == "state is present but the following are missing: contract,subject"'
+ - 'present_missing_param.msg == "state is present but all of the following are missing: contract, subject"'
- name: query tenant contract subject
aci_contract_subject: &aci_query_subject
@@ -223,7 +223,7 @@
- subject_absent_idempotent.changed == false
- subject_absent_idempotent.existing == []
- absent_missing_param.failed == true
- - 'absent_missing_param.msg == "state is absent but the following are missing: subject"'
+ - 'absent_missing_param.msg == "state is absent but all of the following are missing: subject"'
- name: cleanup contract
aci_contract: