File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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"}'
Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments