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 586c639 commit 5411a19Copy full SHA for 5411a19
roles/common/tasks/pod_tests.yml
@@ -12,7 +12,7 @@
12
changed_when: false
13
14
- name: |
15
- TEST Check {{ pod.name }} pod is running in {{ pod.nspace }} namespace
+ TEST Check {{ pod.name }} pod is {{ pod.status_str }} in {{ pod.nspace }} namespace
16
{{ item.test_id if item.test_id is defined }}
17
ansible.builtin.command:
18
cmd: |
roles/common/tasks/subscription_tests.yml
@@ -7,7 +7,7 @@
7
register: output
8
9
10
- TEST Check that {{ subscription.name }} subscription exists
+ TEST Check that {{ subscription.name }} subscription exists in {{ subscription.nspace }} namespace
11
{{ subscription.test_id if subscription.test_id is defined }}
ansible.builtin.assert:
that:
0 commit comments