]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: use our own testinfra suite for functional testing 26685/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 27 Feb 2019 21:14:03 +0000 (15:14 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 27 Feb 2019 21:36:50 +0000 (15:36 -0600)
commitccfc8e6dc42b55f14fa3b4ef210cb639b9a7e20b
treeb510fc5f1881145be6a45de5ace9cc674cf29a5a
parent17daad85360a734f28e08abf9d5961baad9880f5
ceph-volume: use our own testinfra suite for functional testing

This allows us to run a smaller subset of tests from the ones provided
by ceph-ansible and test only the things that pertain to ceph-volume.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini
src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini
src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini
src/ceph-volume/ceph_volume/tests/functional/tests/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tests/conftest.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tests/osd/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tests/osd/test_osds.py [new file with mode: 0644]