]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: adds the xenial mon-osd-mds-rgw scenario as xenial-cluster
authorAndrew Schoen <aschoen@redhat.com>
Wed, 9 Nov 2016 20:16:12 +0000 (14:16 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 10 Nov 2016 18:05:23 +0000 (12:05 -0600)
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 <aschoen@redhat.com>
Resolves: vagrant#boxes

tox.ini

diff --git a/tox.ini b/tox.ini
index d6178b2a0d4a15d3c2a11e5851b27b0fa9a79123..fba9573f11d873c8ad90fbaf1f89f40bed7db3db 100644 (file)
--- 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}