qa/rgw: add librgw_file unit tests to rgw/verify task

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2020-09-18 12:15:10 -04:00 committed by Matt Benjamin
parent 80bf477285
commit 85641ac3e6
2 changed files with 11 additions and 0 deletions

View File

@ -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

View 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