remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / rbd / test_librbd.sh
diff --git a/src/ceph/qa/workunits/rbd/test_librbd.sh b/src/ceph/qa/workunits/rbd/test_librbd.sh
deleted file mode 100755 (executable)
index 447306b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-if [ -n "${VALGRIND}" ]; then
-  valgrind ${VALGRIND} --suppressions=${TESTDIR}/valgrind.supp \
-    --error-exitcode=1 ceph_test_librbd
-else
-  ceph_test_librbd
-fi
-exit 0