Skip to content

Commit 9508d38

Browse files
committed
[common] Update endpoint test
1 parent 63e2d03 commit 9508d38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roles/common/tasks/endpoint_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
register: output
88

99
- name: |
10-
TEST Check that {{ item[0] }} endpoint exists
10+
TEST Check that {{ item[0] }} {{ item[2] }} endpoint exists
1111
{{ common_endpoint_test_id }}
1212
ansible.builtin.assert:
1313
that:
1414
- output.stdout != ""
1515
success_msg: "The endpoint {{ item[0] }} is found."
16-
fail_msg: "The endpoint for service {{ item[0] }} "
16+
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

Comments
 (0)