From 37f1ab9f1c092d6ecc9091ec75b21de7b91a4430 Mon Sep 17 00:00:00 2001 From: Lisa Nguyen Date: Mon, 6 Oct 2014 17:49:57 -0700 Subject: ebizzy: Add ebizzy.yaml for Ubuntu and OE Change-Id: Ia722a419770e1d4274505b9ea3950e69a29e1ca0 Signed-off-by: Lisa Nguyen --- openembedded/ebizzy.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 openembedded/ebizzy.yaml (limited to 'openembedded') diff --git a/openembedded/ebizzy.yaml b/openembedded/ebizzy.yaml new file mode 100644 index 0000000..dc6277f --- /dev/null +++ b/openembedded/ebizzy.yaml @@ -0,0 +1,33 @@ +metadata: + name: ebizzy + version: "1.0" + format: "Lava-Test-Shell Test Definition 1.0" + description: "Running ebizzy tool" + os: + - openembedded + devices: + - juno + - vexpress-tc2 + scope: + - performance + +params: + THREADS: 2 + TIME: 20 + REPEAT: 50 + +run: + steps: + - CURRENT_DIR=$(pwd) + - i=1 + - cd /opt/ltp/testcases/bin + - while [ $i -le $REPEAT ]; do ./ebizzy -t $THREADS -S $TIME | tee -a ebizzy.log; true $(( i++ )); done + - cp ebizzy.log ebizzy-real.log + - cp ebizzy.log ebizzy-user.log + - cp ebizzy.log ebizzy-sys.log + - $CURRENT_DIR/common/scripts/min_max_avg_parse.py ebizzy-real.log "real" "Second" + - $CURRENT_DIR/common/scripts/min_max_avg_parse.py ebizzy-user.log "user" "Second" + - $CURRENT_DIR/common/scripts/min_max_avg_parse.py ebizzy-sys.log "sys" "Second" + +parse: + pattern: "^(?P\\w+):\\s*(?P[0-9\\.]+)\\s+(?P\\w+)\\s+(?P\\w+)" -- cgit v1.2.3