summaryrefslogtreecommitdiff
path: root/ubuntu/device_read_perf.yaml
blob: 4bcc0357bc6e274068235ebcd64cd1703335b739 (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
35
36
37
38
metadata:
    name: device_read_perf
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Device read perf test for Ubuntu. The test performs device timings for block devices
                  using 'hdparm' command to test device read timings (hdparm -t) and cache read timings (hdparm -T)."
    maintainer:
        - hanumantha.naradla@linaro.org
    os:
        - ubuntu
    scope:
        - performance
    devices:
        - origen
        - snowball
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - highbank
        - rtsm_foundation-armv8
        - rtsm_fvp_base-aemv8a
        - arndale
        - aa9
    environment:
        - lava-test-shell
install:
    deps:
        - hdparm
run:
    steps:
        - "cd ubuntu/scripts"
        - "./device_read_perf.sh"
parse:
    pattern: "^test_case_id:(?P<test_case_id>.*-*.+) units:(?P<units>.+) measurement:(?P<measurement>.+) result:(?P<result>\\w+)"
fixupdict:
        SKIPPED: skip
        PASS: pass
        FAIL: fail