Skip to content

Commit

Permalink
ceph-volume tests.functional batch add filestore sceanrios to tox.ini
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ac00e72)
  • Loading branch information
Alfredo Deza authored and andrewschoen committed Aug 28, 2018
1 parent 3bf267e commit 9be01e3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = {centos7,xenial}-bluestore-{single-type,single-type-dmcrypt}
envlist = {centos7,xenial}-{bluestore,filestore}-{single_type,single_type_dmcrypt}
skipsdist = True

[testenv]
Expand All @@ -22,10 +22,14 @@ deps=
pytest-xdist
notario>=0.0.13
changedir=
centos7-filestore-single-type: {toxinidir}/centos7/filestore/single-type
centos7-bluestore-single-type-dmcrypt: {toxinidir}/centos7/bluestore/single-type-dmcrypt
xenial-filestore-single-type: {toxinidir}/xenial/filestore/single-type
xenial-bluestore-single-type-dmcrypt: {toxinidir}/xenial/bluestore/single-type-dmcrypt
centos7-filestore-single_type: {toxinidir}/centos7/filestore/single-type
centos7-filestore-single_type_dmcrypt: {toxinidir}/centos7/filestore/single-type-dmcrypt
centos7-bluestore-single_type: {toxinidir}/centos7/bluestore/single-type
centos7-bluestore-single_type_dmcrypt: {toxinidir}/centos7/bluestore/single-type-dmcrypt
xenial-filestore-single_type: {toxinidir}/xenial/filestore/single-type
xenial-filestore-single_type_dmcrypt: {toxinidir}/xenial/filestore/single-type-dmcrypt
xenial-bluestore-single_type: {toxinidir}/xenial/bluestore/single-type
xenial-bluestore-single_type_dmcrypt: {toxinidir}/xenial/bluestore/single-type-dmcrypt
commands=
git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible

Expand Down

0 comments on commit 9be01e3

Please sign in to comment.