]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/vstart_runner.py: add an option to teardown cluster
authorRishabh Dave <ridave@redhat.com>
Sat, 17 Aug 2019 06:35:33 +0000 (12:05 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 25 Sep 2019 06:39:58 +0000 (12:09 +0530)
commit83ff993e957013776f50efd25f05f1d22304417b
treedcd48222a771471c9ecd2901702c0e5464a4f0cd
parente5b766ed46c976b9ad65d1ddccb3a3c03cb4823e
qa/vstart_runner.py: add an option to teardown cluster

Add "--teardown" option so that vstart_runner.py tears down Ceph
cluster automatically after the batch of tests has completed running.
Also delete build/dev and build/out directories, after running stop.sh.

Update the doc for vstart_runner.py as well.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/dev/developer_guide/index.rst
qa/tasks/vstart_runner.py