Skip to content

Commit ba0fda5

Browse files
committed
Add more test ids
1 parent e9c8cdd commit ba0fda5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ci/logging_tests_controller.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
# common_pod_status_str: "Running"
1414
# common_pod_nspace: openstack-operators
1515
common_pod_list:
16-
- { name: telemetry-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
17-
- { name: openstack-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
16+
- { name: telemetry-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "RHOSO-13761" }
17+
- { name: openstack-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "RHOSO-13762" }
1818
common_subscription_test_id: "RHOSO-12678"
1919
# common_subscription_nspace: openshift-operators-redhat
2020
common_subscription_list:
21-
- { name: loki-operator, nspace: openshift-operators-redhat, test_id: "{{ common_subscription_test_id }}"}
22-
common_project_test_id: "RHOSO-12668"
21+
- { name: loki-operator, nspace: openshift-operators-redhat, test_id: "RHOSO-12678"}
22+
#common_project_test_id: "RHOSO-12668"
2323
common_project_list:
24-
- { name: openshift-openstack-infra, test_id: "{{ common_project_test_id }}" }
25-
- { name: openshift, test_id: "{{ common_project_test_id }}"}
26-
- { name: openstack-operators, test_id: "{{ common_project_test_id }}" }
27-
- { name: openshift-logging, test_id: "{{ common_project_test_id }}"}
24+
- { name: openshift-openstack-infra, test_id: "RHOSO-13764" }
25+
- { name: openshift, test_id: "RHOSO-13763"}
26+
- { name: openstack-operators, test_id: "RHOSO-13732" }
27+
- { name: openshift-logging, test_id: "RHOSO-13731"}
2828
common_endpoint_test_id: "RHOSO-12682"
2929
common_endpoint_list:
3030
- [nova,compute,public]
@@ -164,7 +164,7 @@
164164
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
165165
PATH: "{{ cifmw_path }}"
166166
vars:
167-
common_pod_test_id: "RHOSO-12679"
167+
#common_pod_test_id: "RHOSO-12679"
168168
#common_pod_nspace: openstack
169169
#common_pod_status_str: "Completed"
170170
common_pod_list:
@@ -184,7 +184,7 @@
184184
# - ssh-known-hosts-edpm-deployment
185185
# - telemetry-edpm-deployment-openstack-edpm-ipam
186186
# - validate-network-edpm-deployment-openstack-edpm-ipam
187-
- { name: logging-edpm-deployment-openstack-edpm-ipam, nspace: openstack, status_str: "Completed", test_id: "{{ common_pod_test_id }}"}
187+
- { name: logging-edpm-deployment-openstack-edpm-ipam, nspace: openstack, status_str: "Completed", test_id: "RHOSO-12679"}
188188
tasks:
189189
- name: "Run pods completed tests"
190190
ansible.builtin.include_role:

0 commit comments

Comments
 (0)