summaryrefslogtreecommitdiff
path: root/ubuntu/gcov-collect-results.yaml
blob: 3979a3f5ff43ff81eb3beb3e0a6b120a0db19971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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))"