From: Casey Bodley Date: Mon, 30 Mar 2020 13:53:39 +0000 (-0400) Subject: qa/rgw: run ceph_test_cls_2pc_queue in verify suite X-Git-Tag: v16.1.0~2430^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f44806c534849b9e6898abfbb48289bd1a5e129;p=ceph.git qa/rgw: run ceph_test_cls_2pc_queue in verify suite Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/verify/tasks/cls.yaml b/qa/suites/rgw/verify/tasks/cls.yaml index 722de67205ae..d9c86bf93d46 100644 --- a/qa/suites/rgw/verify/tasks/cls.yaml +++ b/qa/suites/rgw/verify/tasks/cls.yaml @@ -7,6 +7,7 @@ tasks: - cls/test_cls_refcount.sh - cls/test_cls_rgw.sh - cls/test_cls_cmpomap.sh + - cls/test_cls_2pc_queue.sh - rgw/test_rgw_gc_log.sh - rgw/test_rgw_obj.sh - rgw/test_rgw_throttle.sh diff --git a/qa/workunits/cls/test_cls_2pc_queue.sh b/qa/workunits/cls/test_cls_2pc_queue.sh new file mode 100755 index 000000000000..b4f68800f554 --- /dev/null +++ b/qa/workunits/cls/test_cls_2pc_queue.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_2pc_queue + +exit 0