From: Alfredo Deza Date: Tue, 27 Mar 2018 13:49:52 +0000 (-0400) Subject: ceph-volume tests use a reload script in simple functional tests X-Git-Tag: v13.1.0~482^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1b9c7a4162dcaa919c58c106915e77bab5eb40a;p=ceph.git ceph-volume tests use a reload script in simple functional tests Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini index 2cbb7eed4da..016b09dd41b 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini @@ -53,7 +53,7 @@ commands= ansible-playbook -vv -i {changedir}/hosts {changedir}/test.yml # reboot all vms - vagrant reload {env:VAGRANT_RELOAD_FLAGS:"--no-provision"} + bash {toxinidir}/../scripts/vagrant_reload.sh {env:VAGRANT_UP_FLAGS:"--no-provision"} {posargs:--provider=virtualbox} # wait 2 minutes for services to be ready sleep 120