Skip to content

Commit 55a275b

Browse files
committed
Update test ids
1 parent 625aa3c commit 55a275b

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
@@ -7,7 +7,7 @@
77
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
88
PATH: "{{ cifmw_path }}"
99
vars:
10-
common_pod_test_id: "RHOS0-12672"
10+
common_pod_test_id: "RHOSO-12672"
1111
# common_pod_status_str: "Running"
1212
# common_pod_nspace: openstack-operators
1313
common_pod_list:
@@ -63,7 +63,7 @@
6363
# common_pod_status_str: "Running"
6464
# common_pod_nspace: openstack
6565
common_pod_list:
66-
- { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "{{ common_pod_test_id }}"}
66+
- { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "RHOSO-12752"}
6767
tasks:
6868
- name: "Verify Running Pods"
6969
ansible.builtin.include_role:
@@ -82,7 +82,7 @@
8282
#common_pod_status_str: "Running"
8383
#common_pod_nspace: openshift-operators-redhat
8484
common_pod_list:
85-
- { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "{{ common_pod_test_id }}"}
85+
- { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "RHOSO-12673"}
8686
tasks:
8787
- name: "Verify Pods running"
8888
ansible.builtin.include_role:
@@ -101,13 +101,13 @@
101101
# common_pod_nspace: openshift-logging
102102
common_pod_list:
103103
- { name: cluster-logging-operator, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
104-
- { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
105-
- { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
104+
- { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13778" }
105+
- { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13780" }
106106
#- { name: logging-loki-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
107-
- { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
108-
- { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
109-
- { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
110-
- { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
107+
- { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13781" }
108+
- { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13782" }
109+
- { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13783" }
110+
- { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13784" }
111111
- { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"}
112112

113113

@@ -129,7 +129,7 @@
129129
# common_pod_status_str: "Running"
130130
# common_pod_nspace: minio-dev
131131
common_pod_list:
132-
- { name: minio, nspace: minio-dev, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
132+
- { name: minio, nspace: minio-dev, status_str: "Running", test_id: "RHOSO-12674" }
133133
tasks:
134134
- name: "Run pod running tests"
135135
ansible.builtin.include_role:
@@ -165,9 +165,9 @@
165165
#common_crd_test_id: "RHOSO-12670"
166166
common_crd_list:
167167
- { name: alertingrules.loki.grafana.com, test_id: "RHOSO-12670"}
168-
- { name: lokistacks.loki.grafana.com, test_id: "RHOSO-12670"}
169-
- { name: recordingrules.loki.grafana.com, test_id: "RHOSO-12670"}
170-
- { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-12670"}
168+
- { name: lokistacks.loki.grafana.com, test_id: "RHOSO-13787"}
169+
- { name: recordingrules.loki.grafana.com, test_id: "RHOSO-13788"}
170+
- { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-13789"}
171171
tasks:
172172
- name: "Run the crds tests"
173173
ansible.builtin.include_role:

0 commit comments

Comments
 (0)