summaryrefslogtreecommitdiff
path: root/ubuntu/fio-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/fio-test.yaml')
-rw-r--r--ubuntu/fio-test.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/ubuntu/fio-test.yaml b/ubuntu/fio-test.yaml
new file mode 100644
index 0000000..71480a3
--- /dev/null
+++ b/ubuntu/fio-test.yaml
@@ -0,0 +1,31 @@
+metadata:
+ name: fio-ubuntu
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "FIO Test on Linux Linaro ubuntu. The target Device ID is possible to be set in JSON."
+ maintainer:
+ - botao.sun@linaro.org
+ os:
+ - ubuntu
+ devices:
+ - d01
+ - panda
+ - panda-es
+ - arndale
+ - vexpress-a9
+ - vexpress-tc2
+ environment:
+ - lava-test-shell
+
+install:
+ deps:
+ - fio
+
+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/]+)'