]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: adds the simple dmcrypt_plain and dmcrypt_luks tests
authorAndrew Schoen <aschoen@redhat.com>
Mon, 5 Feb 2018 20:18:28 +0000 (14:18 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 5 Feb 2018 20:21:29 +0000 (14:21 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini

index 0d2e68adcf4446fe64bc30b6f65c5ffc75e23a10..25ecbd6316c76ffde1e45d4c3ec175d270a5b91f 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = {centos7,xenial}-{filestore,bluestore}-{activate}
+envlist = {centos7,xenial}-{filestore,bluestore}-{activate,dmcrypt_plain,dmcrypt_luks}
 skipsdist = True
 
 [testenv]
@@ -23,6 +23,14 @@ changedir=
   centos7-bluestore-activate: {toxinidir}/centos7/bluestore/activate
   xenial-filestore-activate: {toxinidir}/xenial/filestore/activate
   xenial-bluestore-activate: {toxinidir}/xenial/bluestore/activate
+  xenial-bluestore-dmcrypt_plain: {toxinidir}/xenial/bluestore/dmcrypt-plain
+  xenial-bluestore-dmcrypt_luks: {toxinidir}/xenial/bluestore/dmcrypt-luks
+  xenial-filestore-dmcrypt_plain: {toxinidir}/xenial/filestore/dmcrypt-plain
+  xenial-filestore-dmcrypt_luks: {toxinidir}/xenial/filestore/dmcrypt-luks
+  centos7-bluestore-dmcrypt_plain: {toxinidir}/centos7/bluestore/dmcrypt-plain
+  centos7-bluestore-dmcrypt_luks: {toxinidir}/centos7/bluestore/dmcrypt-luks
+  centos7-filestore-dmcrypt_plain: {toxinidir}/centos7/filestore/dmcrypt-plain
+  centos7-filestore-dmcrypt_luks: {toxinidir}/centos7/filestore/dmcrypt-luks
 commands=
   git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible