]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: add tests for day-2-operation playbook
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 16 Oct 2018 15:05:10 +0000 (17:05 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 17 Oct 2018 11:26:11 +0000 (11:26 +0000)
commit3632b2600598f94663bed3c25a7ddb4a7558e8e2
tree0f0c1345e3fe9249d613391fdc0872797532c1b7
parentfbd878c8d5d20535c7f4eee685e84f70e1faf617
tests: add tests for day-2-operation playbook

Adding testing scenarios for day-2-operation playbook.

Steps:
- deploys a cluster,
- run testinfra,
- test idempotency,
- add a new osd node,
- run testinfra

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
13 files changed:
tests/functional/centos/7/add-osds-container/Vagrantfile [new symlink]
tests/functional/centos/7/add-osds-container/ceph-override.json [new symlink]
tests/functional/centos/7/add-osds-container/group_vars/all [new file with mode: 0644]
tests/functional/centos/7/add-osds-container/hosts [new file with mode: 0644]
tests/functional/centos/7/add-osds-container/hosts-2 [new file with mode: 0644]
tests/functional/centos/7/add-osds-container/vagrant_variables.yml [new file with mode: 0644]
tests/functional/centos/7/add-osds/Vagrantfile [new symlink]
tests/functional/centos/7/add-osds/ceph-override.json [new symlink]
tests/functional/centos/7/add-osds/group_vars/all [new file with mode: 0644]
tests/functional/centos/7/add-osds/hosts [new file with mode: 0644]
tests/functional/centos/7/add-osds/hosts-2 [new file with mode: 0644]
tests/functional/centos/7/add-osds/vagrant_variables.yml [new file with mode: 0644]
tox.ini