mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
8791db7453
These now pass, except for the watch/notify one. Signed-off-by: Sage Weil <sage@inktank.com>
18 lines
302 B
Bash
Executable File
18 lines
302 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
test_rados_api_aio
|
|
test_rados_api_io
|
|
test_rados_api_list
|
|
test_rados_api_misc
|
|
test_rados_api_pool
|
|
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
|