]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume tests.functional.batch add test_zap yaml to tox.ini
authorAlfredo Deza <adeza@redhat.com>
Fri, 7 Dec 2018 17:28:37 +0000 (12:28 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 17 Jan 2019 21:19:57 +0000 (16:19 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 25843b762953e53c08e6475d1f9dbfd5102a283f)

src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini

index c2725a09fd0625964a5cb9962fca3a0dd720dcfe..4c3af68115702ea7e12ef89c8304a50bf9261857 100644 (file)
@@ -63,4 +63,7 @@ commands=
   # retest to ensure cluster came back up correctly
   testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests
 
+  # test zap OSDs by ID
+  ansible-playbook -vv -i {changedir}/hosts {changedir}/test_zap.yml
+
   vagrant destroy {env:VAGRANT_DESTROY_FLAGS:"--force"}