mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
qa/rgw: add librgw_file unit tests to rgw/verify task
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
80bf477285
commit
85641ac3e6
@ -15,3 +15,4 @@ tasks:
|
||||
- rgw/test_rgw_gc_log.sh
|
||||
- rgw/test_rgw_obj.sh
|
||||
- rgw/test_rgw_throttle.sh
|
||||
- rgw/test_librgw_file.sh
|
||||
|
10
qa/workunits/rgw/test_librgw_file.sh
Executable file
10
qa/workunits/rgw/test_librgw_file.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
ceph_test_librgw_file
|
||||
ceph_test_librgw_file_aw
|
||||
ceph_test_librgw_file_cd
|
||||
ceph_test_librgw_file_gp
|
||||
ceph_test_librgw_file_marker
|
||||
ceph_test_librgw_file_nfsns
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user