]> 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>
Thu, 16 May 2019 14:39:13 +0000 (16:39 +0200)
commit17634fc3df5adf3b5eca70c42eeb5dd5c235aaae
tree86837265980093cc233112b72117ac0f06b5b74e
parentcc285c417ab42fa8c3d1bc08bdb95e981ba9444f
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>
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]