mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
2b7deeea2e
So we don't have to figure out which test is running from the output, which can be difficult with the system tests. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
18 lines
367 B
Bash
Executable File
18 lines
367 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
ceph_test_rados_api_aio
|
|
ceph_test_rados_api_io
|
|
ceph_test_rados_api_list
|
|
ceph_test_rados_api_misc
|
|
ceph_test_rados_api_pool
|
|
ceph_test_rados_api_snapshots
|
|
ceph_test_rados_api_stat
|
|
ceph_test_rados_api_watch_notify
|
|
|
|
ceph_test_rados_list_parallel
|
|
ceph_test_rados_open_pools_parallel
|
|
ceph_test_rados_delete_pools_parallel
|
|
ceph_test_rados_watch_notify
|
|
|
|
exit 0
|