From: Joaquim Rocha Date: Mon, 17 Aug 2015 20:17:53 +0000 (+0200) Subject: qa/workunits/cls: add workunit for cls_numops tests X-Git-Tag: v9.1.0~255^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=63a0cf2922f8b41d82626cb3d4e99bd426c000ef;p=ceph.git qa/workunits/cls: add workunit for cls_numops tests Signed-off-by: Joaquim Rocha --- diff --git a/qa/workunits/cls/test_cls_numops.sh b/qa/workunits/cls/test_cls_numops.sh new file mode 100755 index 000000000000..dcbafcab2e04 --- /dev/null +++ b/qa/workunits/cls/test_cls_numops.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_numops + +exit 0