Skip to content

Commit 0990ee0

Browse files
committed
[common] Rename file, service and container tests to report the tasks correctly
1 parent 8c46c93 commit 0990ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/common/tasks/container_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
register: container_status
88

99
- name: |
10-
Verify {{ container_name }} container status
10+
TEST Verify {{ container_name }} container status
1111
{{ common_container_test_id }}
1212
ansible.builtin.assert:
1313
that:

roles/common/tasks/file_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
register: fstats
66

77
- name: |
8-
Verify the file {{ item }} exists
8+
TEST Verify the file {{ item }} exists
99
{{ common_file_test_id }}
1010
ansible.builtin.assert:
1111
that:

roles/common/tasks/service_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
register: output
88

99
- name: |
10-
Verify {{ item }} service is running
10+
Verify {{ item }} service is running in {{ common_service_nspace }} namespace
1111
{{ common_service_test_id }}
1212
ansible.builtin.assert:
1313
that:

0 commit comments

Comments
 (0)