Run vagrant up to provision

This commit is contained in:
sophia 2020-09-01 11:28:31 -05:00
parent caf5ef7c00
commit b6bdef28dd

View File

@ -27,7 +27,7 @@ export PKT_VAGRANT_VAGRANTFILE=Vagrantfile.spec
echo "Running vagrant spec tests..."
# Need to make memory customizable for windows hosts
pkt_wrap_stream "vagrant provision" \
pkt_wrap_stream "vagrant up" \
"Vagrant Blackbox testing command failed"