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-collect-results.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ubuntu/gcov-collect-results.yaml (limited to 'ubuntu/gcov-collect-results.yaml') diff --git a/ubuntu/gcov-collect-results.yaml b/ubuntu/gcov-collect-results.yaml new file mode 100644 index 0000000..3979a3f --- /dev/null +++ b/ubuntu/gcov-collect-results.yaml @@ -0,0 +1,30 @@ +metadata: + name: gcov-collect-results + 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-start" + maintainer: + - milosz.wasilewski@linaro.org + - fathi.boudra@linaro.org + - riku.voipio@linaro.org + os: + - ubuntu + scope: + - functional + devices: + - arndale + +install: + deps: + - gzip + - lcov + +run: + steps: + - './common/scripts/gcov-collect-results.sh' + +parse: + pattern: "LAVA (?P.*-*):\\s+(?P(pass|fail))" + -- cgit v1.2.3