From c5b3378a1824d527873470428b340a2979f98589 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 9 Nov 2016 14:16:12 -0600 Subject: [PATCH] tests: adds the xenial mon-osd-mds-rgw scenario as xenial-cluster I tried adding the scenario as xenial-mon-osd-mds-rgw but for whatever reason tox refused to select that environment. Changing the name to xenial-cluster fixed that though. Signed-off-by: Andrew Schoen Resolves: vagrant#boxes --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d6178b2a0..fba9573f1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {ansible2.1}-{xenial-conf-tests,xenial-mon-osd,centos7-mon-osd} +envlist = {ansible2.1}-{xenial-conf-tests,xenial-mon-osd,xenial-cluster,centos7-mon-osd} skipsdist = True [testenv] @@ -18,6 +18,7 @@ deps= changedir= xenial-conf-tests: {toxinidir}/tests/functional/ubuntu/16.04/mon xenial-mon-osd: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd + xenial-cluster: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd-mds-rgw centos7-mon-osd: {toxinidir}/tests/functional/centos/7/mon-osd commands= vagrant up --no-provision {posargs:--provider=virtualbox} -- 2.39.5