We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8dd7f commit 31a87edCopy full SHA for 31a87ed
roles/common/tasks/pod_tests.yml
@@ -12,7 +12,7 @@
12
changed_when: false
13
14
- name: |
15
- {{ common_pod_test_id }} Check {{ item }} pod is {{ common_pod_status_str }} in {{ common_pod_nspace }} namespace
+ TEST Check {{ item }} pod is {{ common_pod_status_str }} in {{ common_pod_nspace }} namespace
16
ansible.builtin.command:
17
cmd: |
18
oc get pod -n "{{ common_pod_nspace }}" "{{ podinstance.stdout }}"
0 commit comments