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: v9.0.2~176^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9039955f42d01044cfcf20c56ca2181e51c317ee;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 --- 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