qa/rgw: run ceph_test_cls_rgw_gc in rgw/verify suite

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2021-11-18 12:44:51 -05:00
parent 50cc016efb
commit f70d24997e
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@ tasks:
- cls/test_cls_log.sh
- cls/test_cls_refcount.sh
- cls/test_cls_rgw.sh
- cls/test_cls_rgw_gc.sh
- cls/test_cls_rgw_stats.sh
- cls/test_cls_cmpomap.sh
- cls/test_cls_2pc_queue.sh

View File

@ -0,0 +1,5 @@
#!/bin/sh -e
ceph_test_cls_rgw_gc
exit 0