From d6b7701250ab01cabee4ac4f697441242dc576b1 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 29 Jul 2015 15:09:21 -0400 Subject: [PATCH] Move set +e to ensure VM creation causes failure Change-Id: I0f9575eec79b3b81626ee0a1d9cc362f807fb6cd --- scripts/test-bifrost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test-bifrost.sh b/scripts/test-bifrost.sh index dd801a740..ee9cf4354 100755 --- a/scripts/test-bifrost.sh +++ b/scripts/test-bifrost.sh @@ -23,11 +23,11 @@ cd $BIFROST_HOME/playbooks ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml --syntax-check --list-tasks ansible-playbook -vvvv -i inventory/localhost test-bifrost-dynamic.yaml --syntax-check --list-tasks -set +e - # Create the test VM ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml +set +e + # Set BIFROST_INVENTORY_SOURCE export BIFROST_INVENTORY_SOURCE=/tmp/baremetal.csv