From 9039955f42d01044cfcf20c56ca2181e51c317ee Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Tue, 5 May 2015 10:34:48 -0400 Subject: [PATCH] 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 --- qa/workunits/rbd/test_librbd_api.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 qa/workunits/rbd/test_librbd_api.sh diff --git a/qa/workunits/rbd/test_librbd_api.sh b/qa/workunits/rbd/test_librbd_api.sh new file mode 100755 index 0000000000000..975144b88992c --- /dev/null +++ b/qa/workunits/rbd/test_librbd_api.sh @@ -0,0 +1,4 @@ +#!/bin/sh -e + +ceph_test_librbd_api +exit 0 -- 2.39.5