Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / fs / test_python.sh
1 #!/bin/sh -ex
2
3 # Running as root because the filesystem root directory will be
4 # owned by uid 0, and that's where we're writing.
5 sudo nosetests -v $(dirname $0)/../../../src/test/pybind/test_cephfs.py
6 exit 0