Skip to content

Commit fd37ba7

Browse files
authored
Update cr_tests.yml
The "TEST" prefix should stay where it is
1 parent fc82d24 commit fd37ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/common/tasks/cr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: |
3-
{{ common_cr_test_id }} Verify that the {{ item.kind }} {{ item.name }} CR exists
3+
TEST Verify that the {{ item.kind }} {{ item.name }} CR exists
44
ansible.builtin.command:
55
cmd: |
66
oc get {{ item.kind }} {{ item.name }}
@@ -10,7 +10,7 @@
1010
- result.rc != 0
1111

1212
- name: |
13-
{{ common_cr_ready_test_id }} Verify that a CR is ready
13+
TEST Verify that a CR is ready
1414
ansible.builtin.command:
1515
cmd: |
1616
oc get {{ item.kind }} {{ item.name }} -o jsonpath='{.status.conditions[?(@.type=="{{ item.condition_type }}")].status}{"\n"}'

0 commit comments

Comments
 (0)