From: Alfredo Deza Date: Tue, 27 Mar 2018 13:49:36 +0000 (-0400) Subject: ceph-volume tests use a reload script in lvm functional tests X-Git-Tag: v12.2.5~116^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15522a362198dbe9e2e35d349c96bdd1e6e1b37c;p=ceph.git ceph-volume tests use a reload script in lvm functional tests Signed-off-by: Alfredo Deza (cherry picked from commit a54f5037861063d985b8ac1d158b919f119637b2) --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini index 7d4afeccdd5..429b467f463 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini @@ -58,8 +58,8 @@ commands= # test cluster state using ceph-ansible tests testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests - # reboot all vms - vagrant reload --no-provision + # reboot all vms - attempt + bash {toxinidir}/../scripts/vagrant_reload.sh {env:VAGRANT_UP_FLAGS:"--no-provision"} {posargs:--provider=virtualbox} # retest to ensure cluster came back up correctly after rebooting testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests