|
96 | 96 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
97 | 97 | PATH: "{{ cifmw_path }}" |
98 | 98 | vars: |
99 | | - # common_pod_test_id: "RHOSO-12676" |
| 99 | + common_pod_test_id: "RHOSO-12676" |
100 | 100 | # common_pod_status_str: "Running" |
101 | 101 | # common_pod_nspace: openshift-logging |
102 | 102 | common_pod_list: |
103 | | - - cluster-logging-operator |
104 | | - - logging-loki-compactor |
105 | | - - logging-loki-distributor |
106 | | - #- logging-loki-gateway |
107 | | - - logging-loki-index-gateway |
108 | | - - logging-loki-ingester |
109 | | - - logging-loki-querier |
110 | | - - logging-loki-query-frontend |
| 103 | + - { name: cluster-logging-operator, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 104 | + - { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 105 | + - { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 106 | + #- { name: logging-loki-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 107 | + - { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 108 | + - { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 109 | + - { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 110 | + - { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
111 | 111 | - { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"} |
112 | 112 |
|
113 | 113 |
|
|
0 commit comments