]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: run multiprocess rados tests
authorSage Weil <sage@inktank.com>
Tue, 16 Oct 2012 23:49:44 +0000 (16:49 -0700)
committerSage Weil <sage@inktank.com>
Wed, 17 Oct 2012 00:52:26 +0000 (17:52 -0700)
These now pass, except for the watch/notify one.

Signed-off-by: Sage Weil <sage@inktank.com>
qa/workunits/rados/test.sh

index 3cce5f81ac32f39768a801866b23fd81c8b046a9..1671a9039d192414e5c430b28d977a58db849988 100755 (executable)
@@ -9,4 +9,9 @@ test_rados_api_snapshots
 test_rados_api_stat
 test_rados_api_watch_notify
 
+testrados_list_parallel
+testrados_open_pools_parallel
+testrados_delete_pools_parallel
+testrados_watch_notify
+
 exit 0