From 6e1f3ca41c27c255a820de570febcca24d6c5cf8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 27 Nov 2017 09:04:32 +0000 Subject: [PATCH] Extend tests vars overrides This ensures that our group vars are well applied. This check is useful to ensure the default inventory loads fine, which would fail to apply group vars if it wasn't loading properly. Change-Id: Idc1a2be1ee761ed01c3b54547fd3be804b0c0c33 --- tests/test-vars-overrides.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-vars-overrides.yml b/tests/test-vars-overrides.yml index c0419d954e..f915d52133 100644 --- a/tests/test-vars-overrides.yml +++ b/tests/test-vars-overrides.yml @@ -19,6 +19,10 @@ connection: local user: root tasks: + - name: Ensuring existing group vars are well applied + assert: + that: + - "openstack_release is defined" - name: Ensuring babar is well defined assert: that: