From 63a0cf2922f8b41d82626cb3d4e99bd426c000ef Mon Sep 17 00:00:00 2001 From: Joaquim Rocha Date: Mon, 17 Aug 2015 22:17:53 +0200 Subject: [PATCH] qa/workunits/cls: add workunit for cls_numops tests Signed-off-by: Joaquim Rocha --- qa/workunits/cls/test_cls_numops.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 qa/workunits/cls/test_cls_numops.sh diff --git a/qa/workunits/cls/test_cls_numops.sh b/qa/workunits/cls/test_cls_numops.sh new file mode 100755 index 00000000000..dcbafcab2e0 --- /dev/null +++ b/qa/workunits/cls/test_cls_numops.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_numops + +exit 0 -- 2.47.3