summaryrefslogtreecommitdiffstats
path: root/qa/workunits/fs/test_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/workunits/fs/test_python.sh')
-rwxr-xr-xqa/workunits/fs/test_python.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/workunits/fs/test_python.sh b/qa/workunits/fs/test_python.sh
new file mode 100755
index 000000000..74dbfa321
--- /dev/null
+++ b/qa/workunits/fs/test_python.sh
@@ -0,0 +1,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 python3 -m nose -v $(dirname $0)/../../../src/test/pybind/test_cephfs.py
+exit 0