From a72162c96fe0ae88b64da58691dea9849ff9e9e2 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 12 Jun 2025 21:44:07 +0100 Subject: [PATCH] [ci] Update the logging tests to use new pod test config format Depends-On: https://github.com/infrawatch/feature-verification-tests/pull/281 --- ci/logging_tests_controller.yml | 37 ++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/ci/logging_tests_controller.yml b/ci/logging_tests_controller.yml index a76f890e1..71cd19d6f 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"