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:
parent
be2e28d013
commit
5456fdd975
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user