From 923af40527f9c02e70dd477f32493828b617f21b Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 22 Oct 2021 04:37:53 +0200 Subject: [PATCH] tests: followup on pr6951 destroy VMs at the end of the testing. Signed-off-by: Guillaume Abrioux --- tox-subset_update.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox-subset_update.ini b/tox-subset_update.ini index 95bc3cb4a..64d6fd588 100644 --- a/tox-subset_update.ini +++ b/tox-subset_update.ini @@ -106,6 +106,6 @@ commands= " -# bash -c "CEPH_STABLE_RELEASE=quincy py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={changedir}/vagrant_ssh_config {toxinidir}/tests/functional/tests" + bash -c "CEPH_STABLE_RELEASE=quincy py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={changedir}/vagrant_ssh_config {toxinidir}/tests/functional/tests" -# vagrant destroy --force + vagrant destroy --force