summaryrefslogtreecommitdiff
path: root/automated/linux/device-read-perf/device-read-perf.yaml
blob: d66c7873c9edb181ffa9a3cba62379cbfde54608 (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:
    format: Lava-Test Test Definition 1.0
    name: device-read-perf
    description: "Use 'hdparm -t' to perform timings of block device reads for
                  benchmark and comparison purposes."
    maintainer:
        - chase.qi@linaro.org
    os:
        - debian
        - ubuntu
        - fedora
        - centos
    scope:
        - performance
    devices:
        - mustang
        - d03
        - d05
        - ifc6410

params:
    # Specify test device. For example: sda
    DEVICE: ""
    SKIP_INSTALL: "False"

run:
    steps:
        - cd ./automated/linux/device-read-perf/
        - ./device-read-perf.sh -d "${DEVICE}" -s "${SKIP_INSTALL}"
        - ../../utils/send-to-lava.sh ./output/result.txt