Skip to content

Commit 0c0c211

Browse files
authored
Update logging_tests_computes.yml
changed test_id var name
1 parent 303007a commit 0c0c211

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ci/logging_tests_computes.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
hosts: computes
1111
gather_facts: no
1212
vars:
13-
container_polar_id: "RHOSO-12753"
13+
container_test_id: "RHOSO-12753"
1414
container_list:
1515
- ceilometer_agent_compute
1616
- ceilometer_agent_ipmi
1717
- node_exporter
1818

19-
file_polar_id: "RHOSO-12754"
19+
file_test_id: "RHOSO-12754"
2020
file_list:
2121
- /etc/rsyslog.d/10-telemetry.conf
2222

@@ -30,7 +30,7 @@
3030
hosts: computes
3131
gather_facts: no
3232
vars:
33-
identifiers_polar_id: "RHOSO-12681"
33+
identifiers_test_id: "RHOSO-12681"
3434
identifiers_list:
3535
- ceilometer_agent_compute
3636
- nova_compute
@@ -39,4 +39,3 @@
3939
- name: "Verify journalctl logging identifiers"
4040
ansible.builtin.import_role:
4141
name: telemetry_logging
42-

0 commit comments

Comments
 (0)