]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/rgw: run ceph_test_cls_rgw_gc in rgw/verify suite
authorCasey Bodley <cbodley@redhat.com>
Thu, 18 Nov 2021 17:44:51 +0000 (12:44 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 9 Dec 2021 16:07:03 +0000 (11:07 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/verify/tasks/cls.yaml
qa/workunits/cls/test_cls_rgw_gc.sh [new file with mode: 0755]

index 68e024d2bb281426b91f58f6cfe41bc5cb8d829f..936c489bfe635f07b601e6bcfcb94dc604a32a58 100644 (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
diff --git a/qa/workunits/cls/test_cls_rgw_gc.sh b/qa/workunits/cls/test_cls_rgw_gc.sh
new file mode 100755 (executable)
index 0000000..0266438
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+ceph_test_cls_rgw_gc
+
+exit 0