summaryrefslogtreecommitdiff
path: root/ubuntu/gcov-start.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-10-07 12:05:01 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-10-08 11:04:39 +0000
commit4414ef8b650372d18568d77ca9279ba0c80711b3 (patch)
tree58833b7797c8e3181bfdc22e206d38bfe419f38b /ubuntu/gcov-start.yaml
parenta368dc82611bf56fddc3878b106a7b24b425d3b8 (diff)
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 <some other test case> gcov-collect-results Make sure there is no reboot between gcov-start and gcov-collect-results Change-Id: I261c8562b474f4d782c22eb45ada0de23ef8e3ae Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'ubuntu/gcov-start.yaml')
-rw-r--r--ubuntu/gcov-start.yaml34
1 files changed, 34 insertions, 0 deletions
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<test_case_id>.*-*):\\s+(?P<result>(pass|fail))"
+