metadata: name: fio-ubuntu format: "Lava-Test-Shell Test Definition 1.0" description: "FIO or Flexible IO is a versatile IO workload generator Test on Linux Linaro ubuntu. The target Device ID required to run this test is set to '/dev/sda/' by default and it is possible to set Device ID through JSON file as well." maintainer: - botao.sun@linaro.org os: - ubuntu devices: - d01 - mustang - vexpress-tc2 environment: - lava-test-shell install: deps: - fio - python params: DeviceID: /dev/sda run: steps: - "cd ubuntu/scripts; ./fio-test.py $DeviceID" parse: pattern: '^(?Pfio_\w+):\s(?P\w+)\s(?P[0-9.]+)\s(?P[a-zA-Z/]+)'