summaryrefslogtreecommitdiff
path: root/automated/linux/fio-test/fio-test.yaml
blob: ae1b19eb6e50197e3b0e80239814a67e86ac384b (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
metadata:
    name: fio-test
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "FIO or Flexible IO is a versatile IO workload generator Test on Linux.
                  The target block device partition required to run this test to be set as '/dev/sdbX'" 
    maintainer:
        - naresh.kamboju@linaro.org
    os:
        - debian
        - ubuntu
        - centos
        - fedora
    devices:
        - mustang
        - overdrive
        - d02
        - d03
    scope:
        - performance
    environment:
        - lava-test-shell

params:
    # The currenty working directory will be used by default.
    # Use '-p' specify block device partition that used for fio test.
    # Example: /dev/sdb1
    BLK_DEV_PARTITION: ""
    SKIP_INSTALL: "False"

run:
    steps:
        - cd ./automated/linux/fio-test/
        - ./fio-test.sh  -p "${BLK_DEV_PARTITION}" -s "${SKIP_INSTALL}"
        - ../../utils/send-to-lava.sh ./output/result.txt