From 55a275b634881bb6b769e9f3f9267423e4fc8915 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Tue, 21 Jan 2025 16:57:04 +0000 Subject: [PATCH] Update test ids --- ci/logging_tests_controller.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ci/logging_tests_controller.yml b/ci/logging_tests_controller.yml index a0fc51ab..93fc95bb 100644 --- a/ci/logging_tests_controller.yml +++ b/ci/logging_tests_controller.yml @@ -7,7 +7,7 @@ KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" PATH: "{{ cifmw_path }}" vars: - common_pod_test_id: "RHOS0-12672" + common_pod_test_id: "RHOSO-12672" # common_pod_status_str: "Running" # common_pod_nspace: openstack-operators common_pod_list: @@ -63,7 +63,7 @@ # common_pod_status_str: "Running" # common_pod_nspace: openstack common_pod_list: - - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "{{ common_pod_test_id }}"} + - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "RHOSO-12752"} tasks: - name: "Verify Running Pods" ansible.builtin.include_role: @@ -82,7 +82,7 @@ #common_pod_status_str: "Running" #common_pod_nspace: openshift-operators-redhat common_pod_list: - - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "{{ common_pod_test_id }}"} + - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "RHOSO-12673"} tasks: - name: "Verify Pods running" ansible.builtin.include_role: @@ -101,13 +101,13 @@ # common_pod_nspace: openshift-logging common_pod_list: - { name: cluster-logging-operator, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } - - { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } - - { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } + - { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13778" } + - { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13780" } #- { name: logging-loki-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } - - { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } - - { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } - - { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } - - { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } + - { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13781" } + - { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13782" } + - { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13783" } + - { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13784" } - { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"} @@ -129,7 +129,7 @@ # common_pod_status_str: "Running" # common_pod_nspace: minio-dev common_pod_list: - - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "{{ common_pod_test_id }}" } + - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "RHOSO-12674" } tasks: - name: "Run pod running tests" ansible.builtin.include_role: @@ -165,9 +165,9 @@ #common_crd_test_id: "RHOSO-12670" common_crd_list: - { name: alertingrules.loki.grafana.com, test_id: "RHOSO-12670"} - - { name: lokistacks.loki.grafana.com, test_id: "RHOSO-12670"} - - { name: recordingrules.loki.grafana.com, test_id: "RHOSO-12670"} - - { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-12670"} + - { name: lokistacks.loki.grafana.com, test_id: "RHOSO-13787"} + - { name: recordingrules.loki.grafana.com, test_id: "RHOSO-13788"} + - { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-13789"} tasks: - name: "Run the crds tests" ansible.builtin.include_role: