]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: remove vstart_wrapped_tests.sh
authorLoic Dachary <loic-201408@dachary.org>
Sat, 18 Oct 2014 22:41:40 +0000 (15:41 -0700)
committerLoic Dachary <ldachary@redhat.com>
Sun, 9 Nov 2014 10:59:02 +0000 (11:59 +0100)
commitc3b51ef5faa856dda57cc0f00b6a6f0b46e42e2d
tree5431e865170f6d75a9fb18ea48f4c154f8045a5c
parent7a6ca17f185283d135d9e7ef9789491318b9cfde
tests: remove vstart_wrapped_tests.sh

Listing tests to be run in a single script does not take advantage of
parallel runs in make.

The vstart_wrapper.sh script is reworked and made less specialized and
let the caller decide which daemons to run via CEPH_START and does not
enforce the number of deamons of each time. It no longer uses stop.sh to
avoid killing the osd/mon/mds that are unrelated to the tests.

http://tracker.ceph.com/issues/9815 Fixes: #9815

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
src/test/vstart_wrapped_tests.sh [deleted file]
src/test/vstart_wrapper.sh