summaryrefslogtreecommitdiff
path: root/qa/workunits
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-10-24 13:55:49 -0700
committerJosh Durgin <josh.durgin@dreamhost.com>2011-10-24 15:32:47 -0700
commite161ce159318bdbd599c2436f19351431c14e346 (patch)
treec60412bbb59b5227c55edf4d40a31e29958f4637 /qa/workunits
parentb7aa57ff7319600b2e4069963c446d10552bd8d4 (diff)
downloadceph-e161ce159318bdbd599c2436f19351431c14e346.tar.gz
workunits: test rbd python bindings
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Diffstat (limited to 'qa/workunits')
-rwxr-xr-xqa/workunits/rbd/test_librbd_python.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh
new file mode 100755
index 00000000000..3b5586af515
--- /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