From 331b16ebb6005d23e5821147b86a911f7dc5e668 Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Tue, 16 Jun 2015 16:50:43 +0800 Subject: 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 --- ubuntu/lkp.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ubuntu/lkp.yaml (limited to 'ubuntu') 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' -- cgit v1.2.3