From 5456fdd975a8ad59a3be8868331bd0c8d512e87a Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 8 Mar 2016 09:51:45 -0500 Subject: [PATCH] Change standard test to invoke inspection Changing the standard test to invoke inspection in order to help raise any inspector related issues faster and improve overall quality. Change-Id: I85af6c21e17a965323051eaca77e41817ce02875 --- scripts/test-bifrost.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test-bifrost.sh b/scripts/test-bifrost.sh index 5b437232a..3b708faf7 100755 --- a/scripts/test-bifrost.sh +++ b/scripts/test-bifrost.sh @@ -45,7 +45,8 @@ ansible-playbook -vvvv \ -e use_cirros=true \ -e testing_user=cirros \ -e write_interfaces_file=true \ - -e enable_inspector=true + -e enable_inspector=true \ + -e inspect_nodes=true EXITCODE=$? if [ $EXITCODE != 0 ]; then