From b129f0d8e0b4352df8dc8d8e88efc64ab9e11dfc Mon Sep 17 00:00:00 2001 From: Stuart Haslam Date: Mon, 27 Apr 2015 17:51:13 +0100 Subject: OpenEmbedded: add test to run ODP validation suite ODP provides a set of API validation tests and a ptest wrapper to execute them all. This test definition executes that wrapper and reports individual results for each group of APIs. Change-Id: I82520224a6dd91b1ceff172c16800f9679f417e7 Signed-off-by: Stuart Haslam --- openembedded/odp-validation.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 openembedded/odp-validation.yaml (limited to 'openembedded/odp-validation.yaml') diff --git a/openembedded/odp-validation.yaml b/openembedded/odp-validation.yaml new file mode 100644 index 0000000..ad889e7 --- /dev/null +++ b/openembedded/odp-validation.yaml @@ -0,0 +1,27 @@ +metadata: + name: odp_validation + version: "1.0" + format: "Lava-Test-Shell Test Definition 1.0" + description: "Run ODP API validation tests on Linaro OpenEmbedded builds. + Note that this depends on both the odp and odp-ptest + packages being installed in the target rootfs." + maintainer: + - stuart.haslam@linaro.org + os: + - openembedded + devices: + - juno + environment: + - lava-test-shell + +run: + steps: + - cd /usr/lib/odp/ptest + - lava-test-case odp_validation --shell ./run-ptest + +parse: + pattern: '^(?P(PASS|FAIL|SKIP)):\s+(?P[a-zA-Z0-9_]+)' + fixupdict: + PASS: pass + FAIL: fail + SKIP: skip -- cgit v1.2.3