Merge "Change standard test to invoke inspection"

This commit is contained in:
Jenkins 2016-03-18 19:17:43 +00:00 committed by Gerrit Code Review
commit 2bbe254017

View File

@ -45,7 +45,8 @@ ansible-playbook -vvvv \
-e use_cirros=true \ -e use_cirros=true \
-e testing_user=cirros \ -e testing_user=cirros \
-e write_interfaces_file=true \ -e write_interfaces_file=true \
-e enable_inspector=true -e enable_inspector=true \
-e inspect_nodes=true
EXITCODE=$? EXITCODE=$?
if [ $EXITCODE != 0 ]; then if [ $EXITCODE != 0 ]; then