diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/vagrant/test/destroy_keypair.test')
-rwxr-xr-x | deployment/noheat/infra-openstack/vagrant/test/destroy_keypair.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment/noheat/infra-openstack/vagrant/test/destroy_keypair.test b/deployment/noheat/infra-openstack/vagrant/test/destroy_keypair.test index e80989320..42132b347 100755 --- a/deployment/noheat/infra-openstack/vagrant/test/destroy_keypair.test +++ b/deployment/noheat/infra-openstack/vagrant/test/destroy_keypair.test @@ -5,8 +5,9 @@ export KEYPAIR_NAME='onap_ci_lab' export VAGRANT_CWD='..' set_up() { - vagrant up --provision-with=run_playbook_create - vagrant up --provision-with=run_playbook_destroy + vagrant up + vagrant provision --provision-with=run_playbook_create + vagrant provision --provision-with=run_playbook_destroy } check() { |