tests: adds comments to tox.ini describing each scenario

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

Resolves: vagrant#boxes
pull/1089/head
Andrew Schoen 2016-11-10 12:04:56 -06:00
parent ca68d7ce17
commit 118834b752
1 changed files with 5 additions and 0 deletions

View File

@ -16,10 +16,15 @@ deps=
ansible2.2: ansible==2.2
-r{toxinidir}/tests/requirements.txt
changedir=
# test a 3 mon cluster and ensures ceph.conf is rendered correctly
xenial-conf-tests: {toxinidir}/tests/functional/ubuntu/16.04/mon
# tests a 1 mon 1 osd xenial cluster using raw_multi_journal OSD scenario
xenial-mon-osd: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd
# tests a 1 mon, 1 osd, 1 mds and 1 rgw xenial cluster using journal_collocation OSD scenario
xenial-cluster: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd-mds-rgw
# tests a 1 mon 1 osd centos7 cluster using raw_multi_journal OSD scenario
centos7-mon-osd: {toxinidir}/tests/functional/centos/7/mon-osd
# tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using journal_collocation OSD scenario
centos7-cluster: {toxinidir}/tests/functional/centos/7/mon-osd-mds-rgw
commands=
vagrant up --no-provision {posargs:--provider=virtualbox}