From e5505c2af26082d17ecae97b923895bb1f56b051 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 21 Feb 2018 14:44:09 -0600 Subject: [PATCH] ceph-volume: test zapping for both lvm create and lvm dmcrypt Signed-off-by: Andrew Schoen (cherry picked from commit 70f68e2c19800d990c50991b9e159398549897dc) --- src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2ccc4aea88274..6194aa2a82be3 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini @@ -63,9 +63,9 @@ commands= testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests # destroy an OSD, zap it's device and recreate it using it's ID - create: ansible-playbook -vv -i {changedir}/hosts {changedir}/test.yml + ansible-playbook -vv -i {changedir}/hosts {changedir}/test.yml # retest to ensure cluster came back up correctly - create: testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests + testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests vagrant destroy --force -- 2.39.5