From 0e836d95c44a26086dd84f377654b2d581ea76e2 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 8 Aug 2017 12:05:40 -0500 Subject: [PATCH] ceph-volume: add placeholders for prepare_activate testing in tox.ini Signed-off-by: Andrew Schoen (cherry picked from commit 852a94734f69bfb5544e2d3af34b9e71057df851) --- src/ceph-volume/ceph_volume/tests/functional/tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/tests/functional/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/tox.ini index 99979d1429c75..5a8385218365b 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/tox.ini @@ -20,7 +20,10 @@ deps= changedir= centos7-create: {toxinidir}/centos7/create xenial-create: {toxinidir}/xenial/create - prepare_activate: {toxinidir}/prepare_activate + # 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 + centos7-prepare_activate: {toxinidir}/xenial/prepare_activate commands= git clone -b {env:CEPH_ANSIBLE_BRANCH:master} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible -- 2.39.5