summaryrefslogtreecommitdiff
path: root/ubuntu/gcov-start.yaml
blob: 5b7cc192844b2e8eb3b8e805a9ce27ecac436ad4 (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
31
32
33
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))"