ceph/qa/workunits/rados/test.sh
Josh Durgin 2b7deeea2e qa: output rados test names as they run
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>
2013-02-25 14:09:44 -08:00

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