summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-06-16 16:50:43 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-06-24 08:51:04 +0000
commit331b16ebb6005d23e5821147b86a911f7dc5e668 (patch)
tree01f3e85ef85671c444d373fd94d8bb3e0f75bbc9 /ubuntu
parentba3890ea91996a43a90f6be01138606e0d2fda05 (diff)
ubuntu: add lkp tests
Run benchmarks from LKP test suite, decode test result json files and attach raw data. Change-Id: I3063500e84d20235cd3811fd3a36f89c06b8bc32 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/lkp.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/ubuntu/lkp.yaml b/ubuntu/lkp.yaml
new file mode 100644
index 0000000..72bfdbb
--- /dev/null
+++ b/ubuntu/lkp.yaml
@@ -0,0 +1,39 @@
+metadata:
+ name: lkp
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run LKP test suite on Linaro Ubuntu"
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ - riku.voipio@linaro.org
+ - chase.qi@linaro.org
+ os:
+ - ubuntu
+ scope:
+ - functional
+ devices:
+ - mustang
+
+install:
+ git-repos:
+ - url: https://github.com/suihkulokki/lkp-tests.git
+ deps:
+ - bc
+ - build-essential
+ - gawk
+ - git
+ - kmod
+ - linux-tools
+ - lsb-release
+ - ruby
+ - ruby-gnuplot
+ - sysstat
+ - time
+ - xz-utils
+
+params:
+ LOOPS: 1
+ JOB: 'unixbench'
+
+run:
+ steps:
+ - './common/scripts/lkp.py $(readlink -f lkp-tests) $(pwd) $LOOPS $JOB'