From 5ec66ffeed4506a464c9cd72e45d004eef6ecbf3 Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Wed, 30 May 2018 18:47:03 +0200 Subject: [PATCH] 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 --- roles/validate-ha/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/validate-ha/tasks/main.yml b/roles/validate-ha/tasks/main.yml index 16515a2..2a19a31 100644 --- a/roles/validate-ha/tasks/main.yml +++ b/roles/validate-ha/tasks/main.yml @@ -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: