From: Jason Dillaman Date: Tue, 5 May 2015 14:34:48 +0000 (-0400) Subject: qa/workunits/rbd: add new test_librbd_api workunit X-Git-Tag: v0.94.3~38^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f995fb50d3d7734161fa498db9e204eaded651b6;p=ceph.git qa/workunits/rbd: add new test_librbd_api workunit This only tests the public librbd API for use during upgrade tests. Backport: hammer Signed-off-by: Jason Dillaman (cherry picked from commit 9039955f42d01044cfcf20c56ca2181e51c317ee) --- diff --git a/qa/workunits/rbd/test_librbd_api.sh b/qa/workunits/rbd/test_librbd_api.sh new file mode 100755 index 000000000000..975144b88992 --- /dev/null +++ b/qa/workunits/rbd/test_librbd_api.sh @@ -0,0 +1,4 @@ +#!/bin/sh -e + +ceph_test_librbd_api +exit 0