]> 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>
Mon, 22 Jun 2015 15:17:56 +0000 (11:17 -0400)
This only tests the public librbd API for use during upgrade tests.

Backport: hammer
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 9039955f42d01044cfcf20c56ca2181e51c317ee)

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