tests: adds the centos7-cluster scenario to tox.ini

Signed-off-by: Andrew Schoen <aschoen@redhat.com>

Resolves: vagrant#boxes
pull/1089/head
Andrew Schoen 2016-11-09 14:52:37 -06:00
parent 588aa8d8f3
commit 4a2e06cb45
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = {ansible2.1}-{xenial-conf-tests,xenial-mon-osd,xenial-cluster,centos7-mon-osd}
envlist = {ansible2.1}-{xenial-conf-tests,xenial-mon-osd,xenial-cluster,centos7-mon-osd,centos7-cluster}
skipsdist = True
[testenv]
@ -20,6 +20,7 @@ changedir=
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
centos7-cluster: {toxinidir}/tests/functional/centos/7/mon-osd-mds-rgw
commands=
vagrant up --no-provision {posargs:--provider=virtualbox}
bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}