From 9a84a8f63391481a0e3977200739eeb2533cc365 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 15 Apr 2020 14:54:06 -0400 Subject: [PATCH] tests/tox.sh: use vagrant_up.sh script Instead of running the vagrant up command we should use the vagrant_up.sh script from ceph-ansible. Signed-off-by: Dimitri Savineau (cherry picked from commit be0278cb01197e369b2b74ab64fb10437e3363a0) --- tests/tox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tox.sh b/tests/tox.sh index 232ebd813..140bc8b6d 100644 --- a/tests/tox.sh +++ b/tests/tox.sh @@ -95,7 +95,7 @@ sleep 1 sudo docker --debug push localhost:5000/ceph/daemon:latest-octopus cd "$CEPH_ANSIBLE_SCENARIO_PATH" -vagrant up --no-provision --provider="$VAGRANT_PROVIDER" +bash "$TOXINIDIR"/ceph-ansible/tests/scripts/vagrant_up.sh --no-provision --provider="$VAGRANT_PROVIDER" bash "$TOXINIDIR"/ceph-ansible/tests/scripts/generate_ssh_config.sh "$CEPH_ANSIBLE_SCENARIO_PATH"