From 1c27bc025ae0025ddd721ca65f46e0e9ff2a154d Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Sat, 30 Apr 2016 14:00:07 +0200 Subject: ubuntu: add odp-tests Change-Id: I64be281631aa691ae0114239821372bea1c03b3a Signed-off-by: Anders Roxell --- ubuntu/odp-tests.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 ubuntu/odp-tests.yaml (limited to 'ubuntu') diff --git a/ubuntu/odp-tests.yaml b/ubuntu/odp-tests.yaml new file mode 100644 index 0000000..43a8a13 --- /dev/null +++ b/ubuntu/odp-tests.yaml @@ -0,0 +1,53 @@ +metadata: + name: odp_tests + version: "1.0" + format: "Lava-Test-Shell Test Definition 1.0" + description: "Run all ODPs tests." + maintainer: + - anders.roxell@linaro.org + os: + - debian + - ubuntu + devices: + - juno + - arndale + - x86 + scope: + - functional + environment: + - lava-test-shell + +install: + deps: + - build-essential + - automake + - autoconf + - libtool + - libssl-dev + - libcunit1-dev + git-repos: + - url: git://git.linaro.org/lng/odp.git + destination: odp + branch: ODP_BRANCH + steps: + - cd odp + - ./bootstrap + - autoreconf -i + - ./configure ${CONFIG_OPTIONS} + - make -j + +params: + ODP_BRANCH: master + CONFIG_OPTIONS: --enable-test-cpp --enable-test-example --enable-test-helper --enable-test-vald --enable-test-perf + +run: + steps: + - cd odp + - lava-test-case odp_validation --shell make check + +parse: + pattern: '^(?P(PASS|FAIL|SKIP)):\s+(?P[a-zA-Z0-9_]+)' + fixupdict: + PASS: pass + FAIL: fail + SKIP: skip -- cgit v1.2.3