@@ -26,8 +26,6 @@ Variable required for all tasks to run
2626
2727For pod_tests.yml tasks:
2828
29- common_pod_test_id
30- - polarion ID number for each test.
3129 common_pod_list
3230 - list of pods to validate
3331 common_pod_status_str
@@ -38,63 +36,47 @@ For pod_tests.yml tasks:
3836
3937For subscription_tests.yml tasks:
4038
41- common_subscription_test_id
42- - polarion ID number for each test
4339 common_subscription_nspace
4440 - namespace
4541 common_subscription_list
4642 - list of subscription to validate
4743
4844For crd_tests.yml tasks:
4945
50- common_crd_test_id
51- - polarion ID number for each test.
5246 common_crd_list
5347 - list of crd to validate
5448
5549For endpoint_tests.yml tasks:
5650
57- common_endpoint_test_id
58- - polarion ID number for each test.
5951 common_endpoint_list
6052 - list of endpoints to validate
6153 openstack_cmd
6254 - The command used to run openstack
6355
6456For project_tests.yml tasks:
6557
66- common_project_test_id
67- - polarion ID number for each test
6858 common_project_list
6959 - list of projects to validate
7060
7161For service_tests.yml tasks:
7262
73- common_service_test_id
74- - polarion ID number for each test
7563 common_service_nspace
7664 - namespace
7765 common_service_list
7866 - list of services to validate
7967
8068For file_tests.yml tasks:
8169
82- common_file_test_id
83- - polarion ID number for each test
8470 common_file_list
8571 - list of files to validate
8672
8773For manifest_tests.yml tasks:
8874
89- manifest_test_id
90- - polarion ID number for each test
9175 manifest_list
9276 - list of package manifests to validate
9377
9478For cr\_ tests.yml tasks:
9579
96- common\_cr\_test\_id is defined
97- - polarion ID number for each test that a CR exists
9880 common\_cr\_list is defined
9981 - list of CRs to check
10082 Each dict should include the following keys: kind, name
@@ -103,8 +85,6 @@ For cr\_tests.yml tasks:
10385 kind: metricstorage
10486 name: metric-storage
10587 condition\_type: Ready
106- common\_cr\_ready\_test\_id is optionally defined
107- - polarion ID number for each test of readiness of the CR
10888
10989
11090
@@ -132,7 +112,6 @@ can be set at the play level.
132112 ansible.builtin.import_role:
133113 name: common
134114 vars:
135- common_pod_test_id: "RHOSO-12752"
136115 common_pod_status_str: "Running"
137116 common_pod_nspace: openstack
138117 common_pod_list:
@@ -142,7 +121,6 @@ can be set at the play level.
142121 ansible.builtin.import_role:
143122 name: common
144123 vars:
145- common_subscription_test_id: "RHOSO-12678"
146124 common_subscription_nspace: openshift-operators-redhat
147125 common_subscription_l :
148126 - loki-operator
@@ -151,7 +129,6 @@ can be set at the play level.
151129 ansible.builtin.include_role:
152130 name: common
153131 vars:
154- common_container_test_id: "RHOSO-12753"
155132 common_container_list:
156133 - ceilometer_agent_compute
157134 - ceilometer_agent_ipmi
@@ -163,7 +140,6 @@ can be set at the play level.
163140 ansible.builtin.import_role:
164141 name: common
165142 vars:
166- common_endpoint_test_id: "RHOSO-12682"
167143 common_endpoint_list:
168144 - [nova,compute,public]
169145 - [nova,compute,internal]
@@ -173,7 +149,6 @@ can be set at the play level.
173149 ansible.builtin.import_role:
174150 name: common
175151 vars:
176- common_project_test_id: "RHOSO-12668"
177152 common_project_list:
178153 - openshift-openstack-infra
179154 - openshift
@@ -182,7 +157,6 @@ can be set at the play level.
182157 ansible.builtin.import_role:
183158 name: common
184159 vars:
185- common_service_test_id: "RHOSO-12675"
186160 common_service_nspace: openshift-logging
187161 common_service_list:
188162 - cluster-logging-operator-metrics
@@ -207,15 +181,13 @@ can be set at the play level.
207181 ansible.builtin.import_role:
208182 name: common
209183 vars:
210- common_file_test_id: "RHOSO-12754"
211184 common_file_list:
212185 - /etc/rsyslog.d/10-telemetry.conf
213186
214187 - name: "Verify crd"
215188 ansible.builtin.import_role:
216189 name: common
217190 vars:
218- common_crd_test_id : "crd_test_id"
219191 common_crd_list:
220192 - list of crd to validate
221193
0 commit comments