]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
test: add cluster name support test scenario
authorSébastien Han <seb@redhat.com>
Tue, 6 Dec 2016 10:20:23 +0000 (11:20 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 15 Dec 2016 14:26:01 +0000 (15:26 +0100)
commita8ca0da5addaa0a12ea1a7760d97926ca9803f7d
treeeda978dcd1088ef75350eddb6d81dd6db52fbde7
parent03f7de68a953dda1291a359a370b9ddd90888b97
test: add cluster name support test scenario

We need to test the cluster name support in this CI as well. This
commit might be prone to debate because it tests 2 things in a single
scenario. We first test our ability to deploy a cluster AND the cluster
name support. However it's easier to do it this way and will reduce the
amount of time for testingg. If we don't do this we will have a
duplicate those 2 existing tests into new ones 'only' to test the
cluster name support.

Signed-off-by: Sébastien Han <seb@redhat.com>
13 files changed:
tests/functional/centos/7/cluster/group_vars/all
tests/functional/centos/7/cluster/scenario.py [new file with mode: 0644]
tests/functional/centos/7/dmcrypt-dedicated-journal/group_vars/all
tests/functional/centos/7/dmcrypt-dedicated-journal/scenario.py [new file with mode: 0644]
tests/functional/centos/7/dmcrypt-journal-collocation/group_vars/all
tests/functional/centos/7/dmcrypt-journal-collocation/scenario.py [new file with mode: 0644]
tests/functional/centos/7/docker-cluster/group_vars/all
tests/functional/centos/7/docker-cluster/scenario.py [new file with mode: 0644]
tests/functional/centos/7/journal-collocation/group_vars/all
tests/functional/centos/7/journal-collocation/scenario.py [new file with mode: 0644]
tests/functional/ubuntu/16.04/cluster/group_vars/all
tests/functional/ubuntu/16.04/cluster/scenario.py [new file with mode: 0644]
tests/scenarios/example.py