From 2a87c13f17ed155a60e689909e28b4c18b927586 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 27 Jan 2017 06:12:10 -0600 Subject: [PATCH] tests/purge_cluster: setup a xenial cluster instead of centos7 The purge_dmcrypt scenario also tests centos7, so change this one to xenial so we can have more test coverage. Signed-off-by: Andrew Schoen --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8aba9687a..30fb7a4a1 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ changedir= centos7_cluster: {toxinidir}/tests/functional/centos/7/cluster # tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using docker docker_cluster: {toxinidir}/tests/functional/centos/7/docker-cluster - purge_cluster: {toxinidir}/tests/functional/centos/7/cluster + purge_cluster: {toxinidir}/tests/functional/ubuntu/16.04/cluster purge_dmcrypt: {toxinidir}/tests/functional/centos/7/dmcrypt-dedicated-journal commands= vagrant up --no-provision {posargs:--provider=virtualbox}