summaryrefslogtreecommitdiff
path: root/ubuntu/perf.yaml
blob: cc87e1cb0eb598164f77ad427502533d02db956b (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
metadata:
    name: perf
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run performance tests (perf)"
    os:
        - ubuntu
    scope:
        - performance
    devices:
        - origen
        - snowball
        - panda
        - panda-es
        - vexpress
        - highbank

install:
    git-repos:
        - http://git.linaro.org/git-ro/qa/test-definitions.git
    deps:
        - linux-tools
        - stress-dbgsym

run:
    steps:
        - cd ubuntu/scripts
        - sudo bash -x ./run-perf-test.sh

parse:
    pattern: "^(?P<test_case_id>perf[\\w\\W]+)\\s+:\\s+(?P<result>\\w+)"
    fixupdict:
        PASS: pass
        FAIL: fail