]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: use our own testinfra suite for functional testing
authorAndrew Schoen <aschoen@redhat.com>
Wed, 27 Feb 2019 21:14:03 +0000 (15:14 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 28 Feb 2019 18:57:24 +0000 (12:57 -0600)
commitb44186de64d7c17ffac89db63b821d40c41c3d9c
treeabf85460f358da7c698ecd77e1ee203281615f90
parentc605b54426d432f903c1c5600c07180edb10f26f
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>
(cherry picked from commit ccfc8e6dc42b55f14fa3b4ef210cb639b9a7e20b)
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]