summaryrefslogtreecommitdiff
path: root/common/bonnie.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'common/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: