summaryrefslogtreecommitdiff
path: root/ubuntu/perf.yaml
blob: 600efbe15c2bbe6362e784666d16b78fb907e774 (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
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:
    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