Fix Pacemaker NG test C inside the main task
This commit fixes the C test of the Pacemaker list so that is correctly called during the test execution. Today it is never executed and instead we execute the B test two times. Change-Id: Id5ffe3ed531071ac3cb3dd077e8df62d1f8b92e4
This commit is contained in:
parent
20507623d0
commit
5ec66ffeed
@ -118,12 +118,12 @@
|
||||
when: test_ha_ng_b|bool
|
||||
|
||||
# Test: NG C
|
||||
- name: HA test - Pacemaker light test B
|
||||
- name: HA test - Pacemaker light test C
|
||||
vars:
|
||||
ha_test_name: "test_pacemaker-light-b"
|
||||
ha_test_name: "test_pacemaker-light-c"
|
||||
ha_recovery_name: "recovery_pacemaker-light"
|
||||
include_tasks: ha-test-suite.yml
|
||||
when: test_ha_ng_b|bool
|
||||
when: test_ha_ng_c|bool
|
||||
|
||||
- name: Remove image file
|
||||
file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user