From: Andrew Schoen Date: Tue, 31 Oct 2017 20:25:23 +0000 (-0500) Subject: ceph-volume tests: adds objecstore as a testing factor X-Git-Tag: v13.0.1~315^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8b114be61d033c853a2e8295b966e30c6a5f721;p=ceph.git ceph-volume tests: adds objecstore as a testing factor 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 af350b5c566..6fda7dcc09c 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,bluestore} +envlist = {centos7,xenial}-{filestore,bluestore}-{create,prepare_activate} skipsdist = True [testenv] @@ -19,10 +19,10 @@ deps= 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 + centos7-filestore-create: {toxinidir}/centos7/create + xenial-filestore-create: {toxinidir}/xenial/create + xenial-bluestore-create: {toxinidir}/xenial/bluestore + centos7-bluestore-create: {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