Skip to content

Commit 139a5ae

Browse files
committed
[common] Update task names for XML reporting
1 parent 00b0d39 commit 139a5ae

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

roles/common/tasks/cr_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
failed_when:
1111
- result.rc != 0
1212

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

roles/common/tasks/crd_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
that:
1414
- "'NotFound' not in output.stderr"
1515
success_msg: "CRD {{ item }} is found."
16-
fail_msg: "CRD {{ item }} not found. Error: {{ output.stderr }}"
16+
fail_msg: "CRD {{ item }} not found. Error: {{ output.stderr }}"

roles/common/tasks/project_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
that:
1414
- "'NotFound' not in output.stderr"
1515
success_msg: "project {{ item }} is found."
16-
fail_msg: "project {{ item }} not found. Error: {{ output.stderr }}"
16+
fail_msg: "project {{ item }} not found. Error: {{ output.stderr }}"

roles/common/tasks/subscription_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
that:
1414
- "'NotFound' not in output.stderr"
1515
success_msg: "subscription {{ item }} is found."
16-
fail_msg: "subscription {{ item }} not found. Error: {{ output.stderr }}"
16+
fail_msg: "subscription {{ item }} not found. Error: {{ output.stderr }}"

0 commit comments

Comments
 (0)