mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
10 lines
185 B
Bash
10 lines
185 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
# run d4n workunits that depend on a running redis server
|
||
|
ceph_test_rgw_d4n_directory
|
||
|
ceph_test_rgw_d4n_policy
|
||
|
ceph_test_rgw_redis_driver
|
||
|
ceph_test_rgw_ssd_driver
|
||
|
|
||
|
exit 0
|