Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / rados / test_python.sh
1 #!/bin/sh -ex
2
3 ${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py
4 exit 0