summaryrefslogtreecommitdiffstats
path: root/qa/workunits/rados/test_python.sh
blob: 469fcb7aa326c6518a574765b027253f76815c51 (plain)
1
2
3
4
5
#!/bin/sh -ex

ceph osd pool create rbd
${PYTHON:-python3} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py "$@"
exit 0