summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/fs/test_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/workunits/fs/test_python.sh')
-rwxr-xr-xsrc/ceph/qa/workunits/fs/test_python.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ceph/qa/workunits/fs/test_python.sh b/src/ceph/qa/workunits/fs/test_python.sh
deleted file mode 100755
index 656d89f..0000000
--- a/src/ceph/qa/workunits/fs/test_python.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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