summaryrefslogtreecommitdiff
path: root/openembedded/perf.yaml
blob: af5b8fe6e6e551e957e3bf6b07fb0c141833f448 (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: perf
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Performance tests for Linaro OpenEmbedded builds. Perf is a profiler tool for Linux and is used
                  to collect and analyze performance and trace data. This test runs following perf commands: record
                  (record events for later reporting), report(break down events by process, function, etc), stat(obtain
                  event counts) and test(Run sanity tests)."
    os:
        - openembedded
    scope:
        - performance
    devices:
        - rtsm_fvp_base-aemv8a
        - juno

install:
    bzr-repos:
        - lp:~linaro-maintainers/lava-test/lava-test-perf

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

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