Skip to content

Commit ad7a4c8

Browse files
committed
[ci] Update the logging tests to use new pod test config format
Depends-On: #281
1 parent 9362bef commit ad7a4c8

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

ci/logging_tests_controller.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -130,30 +130,33 @@
130130
- logging-loki-querier
131131
- logging-loki-query-frontend
132132
- collector
133+
- name: minio
134+
nspace: minio-dev
135+
test_id: "RHOSO-12674"
133136

134137
### see JIRA LOG-5431 if pods not running
135138
tasks:
136139
- name: "Verify Pods running"
137140
ansible.builtin.import_role:
138141
name: common
139142

140-
- name: "Verify logging pods are running in minio-dev"
141-
hosts: controller
142-
gather_facts: no
143-
ignore_errors: true
144-
environment:
145-
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
146-
PATH: "{{ cifmw_path }}"
147-
vars:
148-
common_pod_test_id: "RHOSO-12674"
149-
common_pod_status_str: "Running"
150-
common_pod_nspace: minio-dev
151-
common_pod_list:
152-
- minio
153-
tasks:
154-
- name: "Run pod running tests"
155-
ansible.builtin.import_role:
156-
name: common
143+
#- name: "Verify logging pods are running in minio-dev"
144+
# hosts: controller
145+
# gather_facts: no
146+
# ignore_errors: true
147+
# environment:
148+
# KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
149+
# PATH: "{{ cifmw_path }}"
150+
# vars:
151+
# common_pod_test_id: "RHOSO-12674"
152+
# common_pod_status_str: "Running"
153+
# common_pod_nspace: minio-dev
154+
# common_pod_list:
155+
# - minio
156+
# tasks:
157+
# - name: "Run pod running tests"
158+
# ansible.builtin.import_role:
159+
# name: common
157160

158161

159162
- name: "Verify logging pods have complete status in openstack"

0 commit comments

Comments
 (0)