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 <aschoen@redhat.com>
pull/1250/head
Andrew Schoen 2017-01-27 06:12:10 -06:00
parent d3cb8dba4e
commit 2a87c13f17
1 changed files with 1 additions and 1 deletions

View File

@ -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}