]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: add dashboard scenario testing
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 16 May 2019 09:19:11 +0000 (11:19 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 May 2019 14:05:58 +0000 (16:05 +0200)
commitdeb5f2a1bd037741738dc19d814fe54e9fb96ced
treecd9b63c3e2a363307c49ee5863d5d61acd670795
parentaa80895d19e88a65cec8b7404bc0fcde0c0f0728
tests: add dashboard scenario testing

This commit add a new scenario to test the dashboard deployment via
ceph-ansible.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 17634fc3df5adf3b5eca70c42eeb5dd5c235aaae)
17 files changed:
tests/functional/dashboard/Vagrantfile [new symlink]
tests/functional/dashboard/ceph-override.json [new file with mode: 0644]
tests/functional/dashboard/container/Vagrantfile [new symlink]
tests/functional/dashboard/container/ceph-override.json [new symlink]
tests/functional/dashboard/container/group_vars/all [new file with mode: 0644]
tests/functional/dashboard/container/group_vars/mons [new file with mode: 0644]
tests/functional/dashboard/container/group_vars/osds [new file with mode: 0644]
tests/functional/dashboard/container/hosts [new file with mode: 0644]
tests/functional/dashboard/container/hosts-ubuntu [new file with mode: 0644]
tests/functional/dashboard/container/vagrant_variables.yml [new file with mode: 0644]
tests/functional/dashboard/group_vars/all [new file with mode: 0644]
tests/functional/dashboard/group_vars/mons [new file with mode: 0644]
tests/functional/dashboard/group_vars/osds [new file with mode: 0644]
tests/functional/dashboard/hosts [new file with mode: 0644]
tests/functional/dashboard/hosts-ubuntu [new file with mode: 0644]
tests/functional/dashboard/vagrant_variables.yml [new file with mode: 0644]
tox-dashboard.ini [new file with mode: 0644]