Skip to content

Commit e86f74f

Browse files
committed
[common] Rename the test for pods
Update the name for the pod tests * Include the namespace that the pod is running in * Include the status string format for the testcase name in snake_case check_{{ pod_name }}_pod_is_{{ common_pod_status_str }}_in_{{ namespace }}_namespace
1 parent 8d2168e commit e86f74f

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 {{ common_pod_status_str }} in {{ common_pod_nspace }} namespace
1616
{{ common_pod_test_id }}
1717
ansible.builtin.command:
1818
cmd: |

0 commit comments

Comments
 (0)