summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rados/test_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/workunits/rados/test_python.sh')
-rwxr-xr-xsrc/ceph/qa/workunits/rados/test_python.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ceph/qa/workunits/rados/test_python.sh b/src/ceph/qa/workunits/rados/test_python.sh
new file mode 100755
index 0000000..80369c8
--- /dev/null
+++ b/src/ceph/qa/workunits/rados/test_python.sh
@@ -0,0 +1,4 @@
+#!/bin/sh -ex
+
+${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py
+exit 0