summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-08-25 08:54:40 -0700
committerArthur She <arthur.she@linaro.org>2015-08-25 08:54:40 -0700
commit5cc332204fa72e32639f8b58411b459820ef70a0 (patch)
tree3aacb01298bf81818411a0f4bf1380ac60c2c4bb
parent073f95328c4917bd2e64c6c93bb4be4c90c49ef4 (diff)
modified: bonnie.yaml
-rw-r--r--common/bonnie.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/bonnie.yaml b/common/bonnie.yaml
index 33c27e5..698321d 100644
--- a/common/bonnie.yaml
+++ b/common/bonnie.yaml
@@ -15,11 +15,11 @@ metadata:
- all devices
install:
+ git-repos:
+ - url: https://git.linaro.org/people/arthur.she/bonnie++-1.03e.git
deps:
- build-essential
steps:
- - 'wget http://www.coker.com.au/bonnie++/bonnie++-1.03e.tgz'
- - 'tar -zxf bonnie++-1.03e.tgz'
- 'cd bonnie++-1.03e'
- './configure prefix=/usr ; make all installi ; cd ..'
@@ -28,11 +28,10 @@ params:
SIZE: 200
NUM_TO_STAT: 5
RAM_SIZE: 100
- NUM_OF_TESTS: 2
run:
steps:
- - 'OPT="-u 0:0 -d $SCRATCH_DIR -s $SIZE -n $NUM_TO_STAT -r $RAM_SIZE -x $NUM_OF_TESTS"'
+ - 'OPT="-u 0:0 -d $SCRATCH_DIR -s $SIZE -n $NUM_TO_STAT -r $RAM_SIZE"'
- 'lava-test-case --shell /usr/sbin/bonnie++ $OPT | tee bonnie.log'
- './common/scripts/bonnie.sh bonnie.log'