Skip to content

Commit 0ab2e37

Browse files
committed
Update test ids
1 parent 1b8bb1b commit 0ab2e37

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ci/logging_tests_controller.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
vars_files:
1010
- vars/osp18_env.yml
1111
vars:
12-
common_pod_test_id: "RHOS0-12672"
12+
common_pod_test_id: "RHOSO-12672"
1313
# common_pod_status_str: "Running"
1414
# common_pod_nspace: openstack-operators
1515
common_pod_list:
@@ -83,7 +83,7 @@
8383
# common_pod_status_str: "Running"
8484
# common_pod_nspace: openstack
8585
common_pod_list:
86-
- { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "{{ common_pod_test_id }}"}
86+
- { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "RHOSO-12752"}
8787
tasks:
8888
- name: "Verify Running Pods"
8989
ansible.builtin.include_role:
@@ -102,7 +102,7 @@
102102
#common_pod_status_str: "Running"
103103
#common_pod_nspace: openshift-operators-redhat
104104
common_pod_list:
105-
- { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "{{ common_pod_test_id }}"}
105+
- { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "RHOSO-12673"}
106106
tasks:
107107
- name: "Verify Pods running"
108108
ansible.builtin.include_role:
@@ -121,13 +121,13 @@
121121
# common_pod_nspace: openshift-logging
122122
common_pod_list:
123123
- { name: cluster-logging-operator, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
124-
- { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
125-
- { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
124+
- { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13778" }
125+
- { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13780" }
126126
#- { name: logging-loki-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
127-
- { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
128-
- { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
129-
- { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
130-
- { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
127+
- { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13781" }
128+
- { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13782" }
129+
- { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13783" }
130+
- { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13784" }
131131
- { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"}
132132

133133

@@ -149,7 +149,7 @@
149149
# common_pod_status_str: "Running"
150150
# common_pod_nspace: minio-dev
151151
common_pod_list:
152-
- { name: minio, nspace: minio-dev, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
152+
- { name: minio, nspace: minio-dev, status_str: "Running", test_id: "RHOSO-12674" }
153153
tasks:
154154
- name: "Run pod running tests"
155155
ansible.builtin.include_role:
@@ -208,9 +208,9 @@
208208
#common_crd_test_id: "RHOSO-12670"
209209
common_crd_list:
210210
- { name: alertingrules.loki.grafana.com, test_id: "RHOSO-12670"}
211-
- { name: lokistacks.loki.grafana.com, test_id: "RHOSO-12670"}
212-
- { name: recordingrules.loki.grafana.com, test_id: "RHOSO-12670"}
213-
- { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-12670"}
211+
- { name: lokistacks.loki.grafana.com, test_id: "RHOSO-13787"}
212+
- { name: recordingrules.loki.grafana.com, test_id: "RHOSO-13788"}
213+
- { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-13789"}
214214
tasks:
215215
- name: "Run Services and CRD tests"
216216
ansible.builtin.import_role:

0 commit comments

Comments
 (0)