]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: add new test_librbd_api workunit
authorJason Dillaman <dillaman@redhat.com>
Tue, 5 May 2015 14:34:48 +0000 (10:34 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 5 May 2015 17:21:09 +0000 (13:21 -0400)
This only tests the public librbd API for use during upgrade tests.

Backport: hammer
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/test_librbd_api.sh [new file with mode: 0755]

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