We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e2d03 commit 9508d38Copy full SHA for 9508d38
roles/common/tasks/endpoint_tests.yml
@@ -7,10 +7,11 @@
7
register: output
8
9
- name: |
10
- TEST Check that {{ item[0] }} endpoint exists
+ TEST Check that {{ item[0] }} {{ item[2] }} endpoint exists
11
{{ common_endpoint_test_id }}
12
ansible.builtin.assert:
13
that:
14
- output.stdout != ""
15
success_msg: "The endpoint {{ item[0] }} is found."
16
- fail_msg: "The endpoint for service {{ item[0] }} "
+ fail_msg: "The endpoint for service {{ item[0] }} "
17
+ fail_msg: "The endpoint for service {{ item[0] }} on the {{ item[2] }} interface was not found"
0 commit comments