remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / fs / test_python.sh
diff --git a/src/ceph/qa/workunits/fs/test_python.sh b/src/ceph/qa/workunits/fs/test_python.sh
deleted file mode 100755 (executable)
index 656d89f..0000000
+++ /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