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
This commit is contained in:
Julia Kreger 2016-03-08 09:51:45 -05:00
parent be2e28d013
commit 5456fdd975

View File

@ -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