From: Sage Weil Date: Mon, 12 Sep 2011 17:58:44 +0000 (-0700) Subject: qa: add test_librbd workunit X-Git-Tag: v0.35~29 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6228389df8c2ab6397efe480d87e5d4cb6ee4404;p=ceph.git qa: add test_librbd workunit Signed-off-by: Sage Weil --- diff --git a/qa/workunits/rbd/test_librbd.sh b/qa/workunits/rbd/test_librbd.sh new file mode 100755 index 0000000000000..6212357e18eca --- /dev/null +++ b/qa/workunits/rbd/test_librbd.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +test_librbd + +exit 0