From: Casey Bodley Date: Mon, 30 Oct 2017 19:31:03 +0000 (-0400) Subject: qa: add ceph_test_cls_log to cls workunit X-Git-Tag: v13.0.1~323^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83d6b493f71db9417c7b2b7db5f1da9c2d71eec3;p=ceph.git qa: add ceph_test_cls_log to cls workunit Signed-off-by: Casey Bodley --- diff --git a/qa/workunits/cls/test_cls_log.sh b/qa/workunits/cls/test_cls_log.sh new file mode 100755 index 000000000000..523f985e7fe4 --- /dev/null +++ b/qa/workunits/cls/test_cls_log.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_log + +exit 0