From 9d970edddc1ab453a683bff1dfd19cab46e8cf9a Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 31 Oct 2017 15:10:28 -0500 Subject: [PATCH] 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 (cherry picked from commit b49a19a9773599de295197979b498d06ca500cf8) --- src/ceph-volume/ceph_volume/tests/functional/tox.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.47.3