]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: run ceph_test_cls_rgw_stats in rgw/verify suite 43843/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 19 Nov 2021 17:09:31 +0000 (12:09 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 19 Nov 2021 17:13:38 +0000 (12:13 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/verify/tasks/cls.yaml
qa/workunits/cls/test_cls_rgw_stats.sh [new file with mode: 0755]

index beabc321356a06916a609bcf1b66c7f9ddf4413a..68e024d2bb281426b91f58f6cfe41bc5cb8d829f 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_stats.sh
         - cls/test_cls_cmpomap.sh
         - cls/test_cls_2pc_queue.sh
         - rgw/test_rgw_gc_log.sh
diff --git a/qa/workunits/cls/test_cls_rgw_stats.sh b/qa/workunits/cls/test_cls_rgw_stats.sh
new file mode 100755 (executable)
index 0000000..e1b5bd6
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+ceph_test_cls_rgw_stats
+
+exit 0