Skip to content

Commit 4b53a0c

Browse files
author
root
committed
Adding polarion TC IDs for graphing.
1 parent 2f49338 commit 4b53a0c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

roles/telemetry_graphing/tasks/cypress_test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
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
@@ -80,7 +82,9 @@
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

roles/telemetry_graphing/tasks/verify_url.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
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 }}

0 commit comments

Comments
 (0)