summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@inktank.com>2012-06-10 22:01:19 -0700
committerJosh Durgin <josh.durgin@inktank.com>2012-06-10 22:01:19 -0700
commit5cd33cdd2391765fd39e8ca91e1afd60ce665667 (patch)
treecefdcc126bc94c1f3d0d3e6d337094527922abed /qa
parent031d42ad1f299d34f238fbeaa5e003ca82dd4df9 (diff)
downloadceph-5cd33cdd2391765fd39e8ca91e1afd60ce665667.tar.gz
workunits/rbd: add workunit for running cls_rbd tests
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'qa')
-rwxr-xr-xqa/workunits/rbd/test_cls_rbd.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/workunits/rbd/test_cls_rbd.sh b/qa/workunits/rbd/test_cls_rbd.sh
new file mode 100755
index 00000000000..06f1421e996
--- /dev/null
+++ b/qa/workunits/rbd/test_cls_rbd.sh
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+test_cls_rbd
+
+exit 0