From 118834b75215cb02669fc14c1d24c9508417b22f Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 10 Nov 2016 12:04:56 -0600 Subject: [PATCH] tests: adds comments to tox.ini describing each scenario Signed-off-by: Andrew Schoen Resolves: vagrant#boxes --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 40ff87622..ba8068fe2 100644 --- a/tox.ini +++ b/tox.ini @@ -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} -- 2.39.5