summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-02-26 23:07:35 +0800
committerChase Qi <chase.qi@linaro.org>2015-02-26 23:07:43 +0800
commit94eb06463805454804e6225b7626f83c301a0229 (patch)
tree0c120514a922b1c35b1381d8198ee4d628d10ee6 /ubuntu
parent59b93b4cb743bbe9809af17be7b2de9f79b7052b (diff)
ubuntu: add dd, dd-tmpfs, ddsync, ku-latency and libmicro benchmarks from mmtests suite.
Change-Id: I990f8f77f573a90f5e0171ad6d04d3a5d2ac06c1 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/mmtests.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/ubuntu/mmtests.yaml b/ubuntu/mmtests.yaml
new file mode 100644
index 0000000..d3476d1
--- /dev/null
+++ b/ubuntu/mmtests.yaml
@@ -0,0 +1,34 @@
+metadata:
+ name: mmtests
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run mmtests suite on Ubuntu"
+ maintainer:
+ - chase.qi@linaro.org
+ - milosz.wasilewski@linaro.org
+ - naresh.kamboju@linaro.org
+ os:
+ - ubuntu
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - vexpress-a9
+ - vexpress-tc2
+ - juno
+ - beaglebone-black
+
+install:
+ steps:
+ - 'VERSION=v0.16'
+ - 'wget https://github.com/gormanm/mmtests/archive/$VERSION.tar.gz'
+ - 'tar --strip-components=1 -zxf $VERSION.tar.gz'
+ deps:
+ - time
+
+params:
+ TESTS: 'dd dd-tmpfs ddsync ku-latency libmicro'
+
+run:
+ steps:
+ - ./common/scripts/mmtests.sh "$TESTS"