X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Fworkunits%2Fosdc%2Fstress_objectcacher.sh;fp=src%2Fceph%2Fqa%2Fworkunits%2Fosdc%2Fstress_objectcacher.sh;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=67baadc3317c440fe2f3ae9737a40599144577c0;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/qa/workunits/osdc/stress_objectcacher.sh b/src/ceph/qa/workunits/osdc/stress_objectcacher.sh deleted file mode 100755 index 67baadc..0000000 --- a/src/ceph/qa/workunits/osdc/stress_objectcacher.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -ex - -for i in $(seq 1 10) -do - for DELAY in 0 1000 - do - for OPS in 1000 10000 - do - for OBJECTS in 10 50 100 - do - for READS in 0.90 0.50 0.10 - do - for OP_SIZE in 4096 131072 1048576 - do - for MAX_DIRTY in 0 25165824 - do - ceph_test_objectcacher_stress --ops $OPS --percent-read $READS --delay-ns $DELAY --objects $OBJECTS --max-op-size $OP_SIZE --client-oc-max-dirty $MAX_DIRTY --stress-test > /dev/null 2>&1 - done - done - done - done - done - done -done - -ceph_test_objectcacher_stress --correctness-test > /dev/null 2>&1 - -echo OK