diff --git a/ci/logging_tests_controller.yml b/ci/logging_tests_controller.yml index a76f890e..71cd19d6 100644 --- a/ci/logging_tests_controller.yml +++ b/ci/logging_tests_controller.yml @@ -131,6 +131,9 @@ - logging-loki-querier - logging-loki-query-frontend - collector + - name: minio + nspace: minio-dev + test_id: "RHOSO-12674" ### see JIRA LOG-5431 if pods not running tasks: @@ -138,23 +141,23 @@ ansible.builtin.import_role: name: common -- name: "Verify logging pods are running in minio-dev" - hosts: controller - gather_facts: no - ignore_errors: true - environment: - KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" - PATH: "{{ cifmw_path }}" - vars: - common_pod_test_id: "RHOSO-12674" - common_pod_status_str: "Running" - common_pod_nspace: minio-dev - common_pod_list: - - minio - tasks: - - name: "Run pod running tests" - ansible.builtin.import_role: - name: common +#- name: "Verify logging pods are running in minio-dev" +# hosts: controller +# gather_facts: no +# ignore_errors: true +# environment: +# KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" +# PATH: "{{ cifmw_path }}" +# vars: +# common_pod_test_id: "RHOSO-12674" +# common_pod_status_str: "Running" +# common_pod_nspace: minio-dev +# common_pod_list: +# - minio +# tasks: +# - name: "Run pod running tests" +# ansible.builtin.import_role: +# name: common - name: "Verify logging pods have complete status in openstack"