summaryrefslogtreecommitdiff
path: root/automated/linux/dd-wr-speed/dd-wr-speed.yaml
blob: ae9a1d2f8a1f709e2735dc5a0dfcbe7b8d6f24b9 (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
metadata:
    name: dd-speed-test
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "dd write/read speed test."
    maintainer:
        - chase.qi@linaro.org
    os:
        - debian
        - fedora
    devices:
        - mustang
        - hi6220-hikey
        - apq8016-sbc
    scope:
        - performance
    environment:
        - lava-test-shell

params:
    # The currenty working directory will be used by default.
    # Use '-p' specify partition that used for dd test.
    # Example: /dev/sdb1
    PARTITION: ""
    # CAUTION: if FS_TYPE not equal to the existing fs type of the partition
    # specified with '-p', the partition will be formatted.
    FS_TYPE: ""
    # You may need to run dd test 4-5 times for an accurate evaluation.
    ITERATION: "5"
    SKIP_INSTALL: "false"

run:
    steps:
        - cd ./automated/linux/dd-wr-speed
        - ./dd-wr-speed.sh -p "${PARTITION}" -t "${FS_TYPE}" -i "${ITERATION}" -s "${SKIP_INSTALL}"
        - ../../utils/send-to-lava.sh ./output/result.txt