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 fc82d24 commit fd37ba7Copy full SHA for fd37ba7
roles/common/tasks/cr_tests.yml
@@ -1,6 +1,6 @@
1
---
2
- name: |
3
- {{ common_cr_test_id }} Verify that the {{ item.kind }} {{ item.name }} CR exists
+ TEST Verify that the {{ item.kind }} {{ item.name }} CR exists
4
ansible.builtin.command:
5
cmd: |
6
oc get {{ item.kind }} {{ item.name }}
@@ -10,7 +10,7 @@
10
- result.rc != 0
11
12
13
- {{ common_cr_ready_test_id }} Verify that a CR is ready
+ TEST Verify that a CR is ready
14
15
16
oc get {{ item.kind }} {{ item.name }} -o jsonpath='{.status.conditions[?(@.type=="{{ item.condition_type }}")].status}{"\n"}'
0 commit comments