From: Casey Bodley Date: Mon, 3 Dec 2018 22:04:48 +0000 (-0500) Subject: qa/rgw: add cls_lock/log/refcount tests to verify suite X-Git-Tag: v14.1.0~463^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8bf1c60f6a1af8e876c33ffd4887ffb8b8dbb31f;p=ceph.git qa/rgw: add cls_lock/log/refcount tests to 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 new file mode 100644 index 00000000000..88a8f9d239f --- /dev/null +++ b/qa/suites/rgw/verify/tasks/cls.yaml @@ -0,0 +1,8 @@ +tasks: +- workunit: + clients: + client.0: + - cls/test_cls_lock.sh + - cls/test_cls_log.sh + - cls/test_cls_refcount.sh + - cls/test_cls_rgw.sh diff --git a/qa/suites/rgw/verify/tasks/cls_rgw.yaml b/qa/suites/rgw/verify/tasks/cls_rgw.yaml deleted file mode 100644 index aa497d9b0b7..00000000000 --- a/qa/suites/rgw/verify/tasks/cls_rgw.yaml +++ /dev/null @@ -1,5 +0,0 @@ -tasks: -- workunit: - clients: - client.0: - - cls/test_cls_rgw.sh