File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
roles/telemetry_graphing/tasks Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 6060 chdir : " {{ cypress_tests_dir }}"
6161 changed_when : false
6262
63- - name : " UI-2 Run Cypress tests to validate dashboards exist"
63+ - name : |
64+ TEST Cypress tests to validate dashboards exist
65+ RHOSO-13627
6466 ansible.builtin.shell : |
6567 Xvfb :99 -ac &
6668 export DISPLAY=:99
8082 ansible.builtin.debug :
8183 var : cypress_run.stdout_lines
8284
83- - name : " UI-3 Check if all Cypress tests passed"
85+ - name : |
86+ TEST Check if all Cypress tests passed
87+ RHOSO-13628
8488 ansible.builtin.fail :
8589 msg : " Some Cypress tests failed."
86- when : cypress_run.rc != 0
90+ when : cypress_run.rc != 0
Original file line number Diff line number Diff line change 1010 ansible.builtin.set_fact :
1111 openshift_console_url : " https://{{ console_url.stdout }}"
1212
13- - name : " UI-1 Check OpenShift Console URL is accessible"
13+ - name : |
14+ TEST UI-1 Check OpenShift Console URL is accessible
15+ RHOSO-13626
1416 ansible.builtin.shell :
1517 cmd : |
1618 curl -o /dev/null -s -w "%{http_code}" -k {{ openshift_console_url }}
You can’t perform that action at this time.
0 commit comments