@@ -47,63 +47,47 @@ For pod_tests.yml tasks:
4747
4848For subscription_tests.yml tasks:
4949
50- common_subscription_test_id
51- - polarion ID number for each test
5250 common_subscription_nspace
5351 - namespace
5452 common_subscription_list
5553 - list of subscription to validate
5654
5755For crd_tests.yml tasks:
5856
59- common_crd_test_id
60- - polarion ID number for each test.
6157 common_crd_list
6258 - list of crd to validate
6359
6460For endpoint_tests.yml tasks:
6561
66- common_endpoint_test_id
67- - polarion ID number for each test.
6862 common_endpoint_list
6963 - list of endpoints to validate
7064 openstack_cmd
7165 - The command used to run openstack
7266
7367For project_tests.yml tasks:
7468
75- common_project_test_id
76- - polarion ID number for each test
7769 common_project_list
7870 - list of projects to validate
7971
8072For service_tests.yml tasks:
8173
82- common_service_test_id
83- - polarion ID number for each test
8474 common_service_nspace
8575 - namespace
8676 common_service_list
8777 - list of services to validate
8878
8979For file_tests.yml tasks:
9080
91- common_file_test_id
92- - polarion ID number for each test
9381 common_file_list
9482 - list of files to validate
9583
9684For manifest_tests.yml tasks:
9785
98- manifest_test_id
99- - polarion ID number for each test
10086 manifest_list
10187 - list of package manifests to validate
10288
10389For cr\_ tests.yml tasks:
10490
105- common\_cr\_test\_id is defined
106- - polarion ID number for each test that a CR exists
10791 common\_cr\_list is defined
10892 - list of CRs to check
10993 Each dict should include the following keys: kind, name
@@ -112,8 +96,6 @@ For cr\_tests.yml tasks:
11296 kind: metricstorage
11397 name: metric-storage
11498 condition\_type: Ready
115- common\_cr\_ready\_test\_id is optionally defined
116- - polarion ID number for each test of readiness of the CR
11799
118100
119101
@@ -141,7 +123,6 @@ can be set at the play level.
141123 ansible.builtin.import_role:
142124 name: common
143125 vars:
144- common_pod_test_id: "RHOSO-12752"
145126 common_pod_status_str: "Running"
146127 common_pod_nspace: openstack
147128 common_pod_list:
@@ -154,7 +135,6 @@ can be set at the play level.
154135 ansible.builtin.import_role:
155136 name: common
156137 vars:
157- common_subscription_test_id: "RHOSO-12678"
158138 common_subscription_nspace: openshift-operators-redhat
159139 common_subscription_l :
160140 - loki-operator
@@ -163,7 +143,6 @@ can be set at the play level.
163143 ansible.builtin.include_role:
164144 name: common
165145 vars:
166- common_container_test_id: "RHOSO-12753"
167146 common_container_list:
168147 - ceilometer_agent_compute
169148 - ceilometer_agent_ipmi
@@ -175,7 +154,6 @@ can be set at the play level.
175154 ansible.builtin.import_role:
176155 name: common
177156 vars:
178- common_endpoint_test_id: "RHOSO-12682"
179157 common_endpoint_list:
180158 - [nova,compute,public]
181159 - [nova,compute,internal]
@@ -185,7 +163,6 @@ can be set at the play level.
185163 ansible.builtin.import_role:
186164 name: common
187165 vars:
188- common_project_test_id: "RHOSO-12668"
189166 common_project_list:
190167 - openshift-openstack-infra
191168 - openshift
@@ -194,7 +171,6 @@ can be set at the play level.
194171 ansible.builtin.import_role:
195172 name: common
196173 vars:
197- common_service_test_id: "RHOSO-12675"
198174 common_service_nspace: openshift-logging
199175 common_service_list:
200176 - cluster-logging-operator-metrics
@@ -219,15 +195,13 @@ can be set at the play level.
219195 ansible.builtin.import_role:
220196 name: common
221197 vars:
222- common_file_test_id: "RHOSO-12754"
223198 common_file_list:
224199 - /etc/rsyslog.d/10-telemetry.conf
225200
226201 - name: "Verify crd"
227202 ansible.builtin.import_role:
228203 name: common
229204 vars:
230- common_crd_test_id : "crd_test_id"
231205 common_crd_list:
232206 - list of crd to validate
233207
0 commit comments