From: Andrew Schoen Date: Tue, 31 Oct 2017 20:10:28 +0000 (-0500) Subject: ceph-volume: enable the centos7-bluestore and xenial-bluestore tests X-Git-Tag: v13.0.1~315^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b49a19a9773599de295197979b498d06ca500cf8;p=ceph.git ceph-volume: enable the centos7-bluestore and xenial-bluestore tests This also updates the ansible and testinfra version to match the current ceph-ansible master branch. Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/tox.ini index 6e0dfbf2d4c0..af350b5c5668 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {centos7,xenial}-{create,prepare_activate} +envlist = {centos7,xenial}-{create,prepare_activate,bluestore} skipsdist = True [testenv] @@ -15,12 +15,14 @@ setenv= VAGRANT_CWD = {changedir} CEPH_VOLUME_DEBUG = 1 deps= - ansible==2.3.1 - testinfra==1.6.0 + ansible==2.4.1 + testinfra==1.7.1 pytest-xdist changedir= centos7-create: {toxinidir}/centos7/create xenial-create: {toxinidir}/xenial/create + xenial-bluestore: {toxinidir}/xenial/bluestore + centos7-bluestore: {toxinidir}/centos7/bluestore # TODO: these are placeholders for now, eventually we want to # test the prepare/activate workflow of ceph-volume as well xenial-prepare_activate: {toxinidir}/xenial/prepare_activate