remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / suites / ffsb.sh
diff --git a/src/ceph/qa/workunits/suites/ffsb.sh b/src/ceph/qa/workunits/suites/ffsb.sh
deleted file mode 100755 (executable)
index 9ed66ab..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-set -e
-
-mydir=`dirname $0`
-
-wget http://download.ceph.com/qa/ffsb.tar.bz2
-tar jxvf ffsb.tar.bz2
-cd ffsb-*
-./configure
-make
-cd ..
-mkdir tmp
-cd tmp
-
-for f in $mydir/*.ffsb
-do
-    ../ffsb-*/ffsb $f
-done
-cd ..
-rm -r tmp ffsb*
-