summaryrefslogtreecommitdiff
path: root/ubuntu/device_read_perf.yaml
diff options
context:
space:
mode:
authorhnaradla <hanumantha.naradla@linaro.org>2014-11-21 16:18:15 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-11-25 14:28:49 +0000
commit119e4095f69ee5f93e129079f9520c0c3992d330 (patch)
tree77248a91fdd0e183d67a3a71e34abc667448f935 /ubuntu/device_read_perf.yaml
parent2fd555a9d6a1a1de4135ab2f2c36e560deecdc72 (diff)
ubuntu: Add test to get Device timings of block devices.
- Dynamically gets all the block devices like sata, sd-card, etc,. - Perform device timing operations on each device. Test results are at https://validation.linaro.org/scheduler/job/206365 Change-Id: I861474c9409aa95f126d1b307bd49962702e2031 Signed-off-by: hnaradla <hanumantha.naradla@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'ubuntu/device_read_perf.yaml')
-rwxr-xr-xubuntu/device_read_perf.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/ubuntu/device_read_perf.yaml b/ubuntu/device_read_perf.yaml
new file mode 100755
index 0000000..7e3bae4
--- /dev/null
+++ b/ubuntu/device_read_perf.yaml
@@ -0,0 +1,37 @@
+metadata:
+ name: device_read_perf
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Perform device timings for block devices"
+ maintainer:
+ - hanumantha.naradla@linaro.org
+ os:
+ - ubuntu
+ scope:
+ - performance
+ devices:
+ - origen
+ - snowball
+ - panda
+ - panda-es
+ - vexpress-a9
+ - vexpress-tc2
+ - highbank
+ - rtsm_foundation-armv8
+ - rtsm_fvp_base-aemv8a
+ - arndale
+ - aa9
+ environment:
+ - lava-test-shell
+install:
+ deps:
+ - hdparm
+run:
+ steps:
+ - "cd ubuntu/scripts"
+ - "./device_read_perf.sh"
+parse:
+ pattern: "^test_case_id:(?P<test_case_id>.*-*.+) units:(?P<units>.+) measurement:(?P<measurement>.+) result:(?P<result>\\w+)"
+fixupdict:
+ SKIPPED: skip
+ PASS: pass
+ FAIL: fail