mirror of https://github.com/ceph/ceph-ansible.git
tests: adds the centos7-cluster scenario to tox.ini
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: vagrant#boxespull/1089/head
parent
588aa8d8f3
commit
4a2e06cb45
3
tox.ini
3
tox.ini
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue