From e161ce159318bdbd599c2436f19351431c14e346 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 24 Oct 2011 13:55:49 -0700 Subject: [PATCH] workunits: test rbd python bindings Signed-off-by: Josh Durgin --- qa/workunits/rbd/test_librbd_python.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 qa/workunits/rbd/test_librbd_python.sh diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh new file mode 100755 index 0000000000000..3b5586af515e7 --- /dev/null +++ b/qa/workunits/rbd/test_librbd_python.sh @@ -0,0 +1,5 @@ +#!/bin/sh -ex + +wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rbd.py +nosetests -v test_rbd +exit 0 -- 2.39.5