summaryrefslogtreecommitdiff
path: root/ubuntu/gcov-collect-results.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/gcov-collect-results.yaml')
-rw-r--r--ubuntu/gcov-collect-results.yaml30
1 files changed, 30 insertions, 0 deletions
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<test_case_id>.*-*):\\s+(?P<result>(pass|fail))"
+