]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
workunits: test rbd python bindings
authorJosh Durgin <josh.durgin@dreamhost.com>
Mon, 24 Oct 2011 20:55:49 +0000 (13:55 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Mon, 24 Oct 2011 22:32:47 +0000 (15:32 -0700)
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
qa/workunits/rbd/test_librbd_python.sh [new file with mode: 0755]

diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh
new file mode 100755 (executable)
index 0000000..3b5586a
--- /dev/null
@@ -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