Skip to content

Commit 956c524

Browse files
[ci][logging] Add tests for services in the openstack namespace (#225)
Co-authored-by: Alex Yefimov <[email protected]>
1 parent 43a5aba commit 956c524

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ci/logging_tests_controller.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,20 @@
172172
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
173173
PATH: "{{ cifmw_path }}"
174174
vars:
175+
common_service_test_id: "RHOSO-12749"
176+
common_service_nspace: openstack
177+
common_service_list:
178+
- nova-internal
179+
- nova-metadata-internal
180+
- nova-novncproxy-cell1-public
181+
- nova-public
175182
common_crd_test_id: "RHOSO-12670"
176183
common_crd_list:
177184
- alertingrules.loki.grafana.com
178185
- lokistacks.loki.grafana.com
179186
- recordingrules.loki.grafana.com
180187
- rulerconfigs.loki.grafana.com
181188
tasks:
182-
- name: "Run the crds tests"
189+
- name: "Run Services and CRD tests"
183190
ansible.builtin.import_role:
184191
name: common

0 commit comments

Comments
 (0)