]> 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:54:35 +0000 (12:54 -0600)
commit03c656d62c60b292fb311e26be320adbe16b1eda
tree48e64d0e72c0e3f505e373c7654d6c3f67ba49a4
parent84eec2c993390486afbc133ab58d376bb059b2ed
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]