Skip to content

Commit d472c84

Browse files
committed
[common] Rename the test for pods
Include the namespace and pod that is being checked in the name to get to the following format for the testcase name in snake_case check_{{ pod_name }}_pod_is_running_in_{{ namespace }}_namespace
1 parent fbe5e19 commit d472c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/common/tasks/pod_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
changed_when: false
1313

1414
- name: |
15-
TEST Check {{ item }} pod
15+
TEST Check {{ item }} pod is running in {{ common_pod_namespace }} namespace
1616
{{ common_pod_test_id }}
1717
ansible.builtin.command:
1818
cmd: |

0 commit comments

Comments
 (0)