]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
workunits/rbd: add workunit for running cls_rbd tests
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Jun 2012 05:01:19 +0000 (22:01 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Jun 2012 05:01:19 +0000 (22:01 -0700)
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
qa/workunits/rbd/test_cls_rbd.sh [new file with mode: 0755]

diff --git a/qa/workunits/rbd/test_cls_rbd.sh b/qa/workunits/rbd/test_cls_rbd.sh
new file mode 100755 (executable)
index 0000000..06f1421
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+test_cls_rbd
+
+exit 0