aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/fio-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/fio-test.yaml')
-rw-r--r--ubuntu/fio-test.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/ubuntu/fio-test.yaml b/ubuntu/fio-test.yaml
deleted file mode 100644
index 2d3ee4a5..00000000
--- a/ubuntu/fio-test.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-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
- scope:
- - functional
- environment:
- - lava-test-shell
-
-install:
- deps:
- - fio
- - python
-
-params:
- DeviceID: /dev/sda
-
-run:
- steps:
- - "cd ubuntu/scripts; ./fio-test.py $DeviceID"
-
-parse:
- pattern: '^(?P<test_case_id>fio_\w+):\s(?P<result>\w+)\s(?P<measurement>[0-9.]+)\s(?P<units>[a-zA-Z/]+)'