X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Fworkunits%2Fsuites%2Fffsb.sh;fp=src%2Fceph%2Fqa%2Fworkunits%2Fsuites%2Fffsb.sh;h=9ed66ab00633d8d8c068d77178a58ff295f69853;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/qa/workunits/suites/ffsb.sh b/src/ceph/qa/workunits/suites/ffsb.sh new file mode 100755 index 0000000..9ed66ab --- /dev/null +++ b/src/ceph/qa/workunits/suites/ffsb.sh @@ -0,0 +1,22 @@ +#!/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* +