summaryrefslogtreecommitdiff
path: root/ubuntu/gcov-start.yaml
diff options
context:
space:
mode:
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))"
+