summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-08-24 22:16:44 -0700
committerArthur She <arthur.she@linaro.org>2015-08-24 22:16:44 -0700
commit073f95328c4917bd2e64c6c93bb4be4c90c49ef4 (patch)
tree49114c22d9ef21ed7e85edf68a568af7a4512443
parent3b6e8b5e2c265806cf0ef91e8173efa2a5cbcd17 (diff)
modified: bonnie.yaml
-rw-r--r--common/bonnie.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/bonnie.yaml b/common/bonnie.yaml
index 9243cc2..33c27e5 100644
--- a/common/bonnie.yaml
+++ b/common/bonnie.yaml
@@ -21,7 +21,7 @@ install:
- '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 install'
+ - './configure prefix=/usr ; make all installi ; cd ..'
params:
SCRATCH_DIR: /tmp
@@ -33,7 +33,7 @@ params:
run:
steps:
- 'OPT="-u 0:0 -d $SCRATCH_DIR -s $SIZE -n $NUM_TO_STAT -r $RAM_SIZE -x $NUM_OF_TESTS"'
- - '/usr/sbin/bonnie++ $OPT | tee bonnie.log'
+ - 'lava-test-case --shell /usr/sbin/bonnie++ $OPT | tee bonnie.log'
- './common/scripts/bonnie.sh bonnie.log'
parse: