]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: adds a functional testing scenario for lvm create
authorAndrew Schoen <aschoen@redhat.com>
Fri, 4 Aug 2017 15:40:39 +0000 (10:40 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 8 Aug 2017 15:18:34 +0000 (10:18 -0500)
commit750d9f4125783b29a7af44acb2c3caa43bee707a
treea15752d669224a393f2650a290ed276569c5ccb1
parent43d8e23971725c61ddf2f200d56fb996d399c9d5
ceph-volume: adds a functional testing scenario for lvm create

This setups up the basic test harness and adds a test for the create
subcommand. The test uses ceph-ansible to deploy a cluster using
``ceph-volume lvm create``, tests the cluster state using the
ceph-ansible test suite, reboots the nodes and then tests again.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/.gitignore [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/Vagrantfile [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/create/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/create/group_vars/all [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/create/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/create/vagrant_variables.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/scripts/generate_ssh_config.sh [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tox.ini [new file with mode: 0644]