]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: test zapping for both lvm create and lvm dmcrypt
authorAndrew Schoen <aschoen@redhat.com>
Wed, 21 Feb 2018 20:44:09 +0000 (14:44 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 22 Feb 2018 16:46:11 +0000 (10:46 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini

index 2ccc4aea88274d41d96371dee7d496cce729d7d4..6194aa2a82be301e8022355202c707bacdb51608 100644 (file)
@@ -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