summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rados/test_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/workunits/rados/test_python.sh')
-rwxr-xr-xsrc/ceph/qa/workunits/rados/test_python.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ceph/qa/workunits/rados/test_python.sh b/src/ceph/qa/workunits/rados/test_python.sh
deleted file mode 100755
index 80369c8..0000000
--- a/src/ceph/qa/workunits/rados/test_python.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -ex
-
-${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py
-exit 0