Skip to content

Commit

Permalink
tests/tox.sh: use vagrant_up.sh script
Browse files Browse the repository at this point in the history
Instead of running the vagrant up command we should use the vagrant_up.sh
script from ceph-ansible.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit be0278c)
  • Loading branch information
dsavineau committed Apr 15, 2020
1 parent 21f07d1 commit 9a84a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9a84a8f

Please sign in to comment.