summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/fs/test_python.sh
blob: 656d89f066b7629930661fcb97321cdc7912a957 (plain)
1
2
3
4
5
6
#!/bin/sh -ex

# Running as root because the filesystem root directory will be
# owned by uid 0, and that's where we're writing.
sudo nosetests -v $(dirname $0)/../../../src/test/pybind/test_cephfs.py
exit 0