summaryrefslogtreecommitdiff
path: root/ubuntu/mmtests.yaml
blob: d3476d10b4d6559f851ca198d5e1d5b1fe1c95ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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"