X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Fworkunits%2Fsuites%2Ffsstress.sh;fp=src%2Fceph%2Fqa%2Fworkunits%2Fsuites%2Ffsstress.sh;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=92e123b99bb676d001a3e5401c161d2117d57b36;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/qa/workunits/suites/fsstress.sh b/src/ceph/qa/workunits/suites/fsstress.sh deleted file mode 100755 index 92e123b..0000000 --- a/src/ceph/qa/workunits/suites/fsstress.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -BIN_PATH=${TESTDIR}/fsstress/ltp-full-20091231/testcases/kernel/fs/fsstress/fsstress - -path=`pwd` -trap "rm -rf ${TESTDIR}/fsstress" EXIT -mkdir -p ${TESTDIR}/fsstress -cd ${TESTDIR}/fsstress -wget -q -O ${TESTDIR}/fsstress/ltp-full.tgz http://download.ceph.com/qa/ltp-full-20091231.tgz -tar xzf ${TESTDIR}/fsstress/ltp-full.tgz -rm ${TESTDIR}/fsstress/ltp-full.tgz -cd ${TESTDIR}/fsstress/ltp-full-20091231/testcases/kernel/fs/fsstress -make -cd $path - -command="${BIN_PATH} -d fsstress-`hostname`$$ -l 1 -n 1000 -p 10 -v" - -echo "Starting fsstress $command" -mkdir fsstress`hostname`-$$ -$command