summaryrefslogtreecommitdiff
path: root/common/overlayfs.yaml
blob: d6c41b1b5f7807c8d6d6e275fa216ad99ef4b933 (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
metadata:
    name: overlayfs
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run overlay filesystem test from unionmount testsuite on
                  Linaro Ubuntu and OpenEmbedded"
    maintainer:
        - milosz.wasilewski@linaro.org
        - chase.qi@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - arndale
        - beaglebone-black
        - rtsm_fvp_base-aemv8a
        - mustang
        - panda
        - juno

install:
    git-repos:
        - url: http://git.linaro.org/qa/unionmount-testsuite.git

run:
    steps:
        - './common/scripts/overlayfs.py $(readlink -f unionmount-testsuite)'