summaryrefslogtreecommitdiff
path: root/ubuntu/fio-test.yaml
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-05-15 23:39:09 +1000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-05-23 10:43:59 +0000
commite49b45391e6a06b2785eb7683b544afbf61e889c (patch)
treea2753f59a8fbd6b6e31edfb82c101030f19d4f92 /ubuntu/fio-test.yaml
parent9b9b3cb7e6a2f1143a6d83e8c505d248f190ac2e (diff)
Add FIO test for Linux Linaro ubuntu
Test code has been validated on Samsung Arndale board in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Icdb0f6df6b98f7fd2f2d7c4240f8c3d1463b43f2
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/]+)'