Skip to content

Commit 31a87ed

Browse files
authored
Update pod_tests.yml
1 parent 4b8dd7f commit 31a87ed

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-
{{ common_pod_test_id }} Check {{ item }} pod is {{ common_pod_status_str }} in {{ common_pod_nspace }} namespace
15+
TEST Check {{ item }} pod is {{ common_pod_status_str }} in {{ common_pod_nspace }} namespace
1616
ansible.builtin.command:
1717
cmd: |
1818
oc get pod -n "{{ common_pod_nspace }}" "{{ podinstance.stdout }}"

0 commit comments

Comments
 (0)