From 4414ef8b650372d18568d77ca9279ba0c80711b3 Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Tue, 7 Oct 2014 12:05:01 +0100 Subject: gcov: Add experimental test definition for arndale The gcov test should be used with some other test. The lava-test-shell sequence should be: gcov-start gcov-collect-results Make sure there is no reboot between gcov-start and gcov-collect-results Change-Id: I261c8562b474f4d782c22eb45ada0de23ef8e3ae Signed-off-by: Milosz Wasilewski --- ubuntu/gcov-start.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ubuntu/gcov-start.yaml (limited to 'ubuntu/gcov-start.yaml') diff --git a/ubuntu/gcov-start.yaml b/ubuntu/gcov-start.yaml new file mode 100644 index 0000000..5b7cc19 --- /dev/null +++ b/ubuntu/gcov-start.yaml @@ -0,0 +1,34 @@ +metadata: + name: gcov-start + format: "Lava-Test-Shell Test Definition 1.0" + description: "Experimental implementation of GCOV for arndale. + Make sure gcov is enabled in the kernel. + Run tests in separate lava-test-shell without reboot. + This definition should be used together with gcov-collect-results" + maintainer: + - milosz.wasilewski@linaro.org + - fathi.boudra@linaro.org + - riku.voipio@linaro.org + os: + - ubuntu + scope: + - functional + devices: + - arndale + +install: + deps: + - bzip2 + - gzip + - wget + +params: + BUILD_NUMBER: "" + +run: + steps: + - ./common/scripts/gcov-start.sh $BUILD_NUMBER + +parse: + pattern: "LAVA (?P.*-*):\\s+(?P(pass|fail))" + -- cgit v1.2.3