Skip to content

Commit 69c1b5c

Browse files
authored
Set default values for *_test_id vars (#255)
The *test_id var was set for the common and telemetry_logging roles previously, so that the tests would be reported as passed/failed by custom_logger Since report_result was updated to use XML files to determine failure, the test ID does not need to be set. This change adds a default value for these vars, so that we can start removing the vars from test configs.
1 parent cabaa51 commit 69c1b5c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

roles/common/defaults/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
---
22
openstack_cmd: "openstack"
3+
4+
common_crd_test_id: "RHOSO-XXXX"
5+
common_cr_test_id: "RHOSO-XXXX"
6+
common_cr_ready_test_id: "RHOSO-XXXX"
7+
common_container_test_id: "RHOSO-XXXX"
8+
common_endpoint_test_id: "RHOSO-XXXX"
9+
common_file_test_id: "RHOSO-XXXX"
10+
common_manifest_test_id: "RHOSO-XXXX"
11+
common_pod_test_id: "RHOSO-XXXX"
12+
common_project_test_id: "RHOSO-XXXX"
13+
common_service_test_id: "RHOSO-XXXX"
14+
common_subscription_test_id: "RHOSO-XXXX"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
journal_test_id: "RHOSO-XXX"

0 commit comments

Comments
 (0)