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:
Raoul Scarazzini 2018-05-30 18:47:03 +02:00
parent 20507623d0
commit 5ec66ffeed
1 changed files with 3 additions and 3 deletions

View File

@ -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: