]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: enable the centos7-bluestore and xenial-bluestore tests
authorAndrew Schoen <aschoen@redhat.com>
Tue, 31 Oct 2017 20:10:28 +0000 (15:10 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 31 Oct 2017 20:10:28 +0000 (15:10 -0500)
This also updates the ansible and testinfra version to match the current
ceph-ansible master branch.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/tox.ini

index 6e0dfbf2d4c0de078e9c7ee96a9feb115a51958c..af350b5c566861d1c887b9713bee0f0de5ea3f7c 100644 (file)
@@ -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