aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/docker/docker.yaml
blob: 45c4fc53bd743570ad2375bae33f21881cd8c130 (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
35
36
metadata:
    name: docker
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Docker smoke test. When docker not pre-installed,
                  docker-ce will be installed from upstream on supported
                  distributions."
    maintainer:
        - nicolas.dechesne@linaro.org
        - chase.qi@linaro.org
    os:
        - debian
        - ubuntu
        - fedora
        - centos
    scope:
        - functional
    environment:
        - lava-test-shell
    devices:
        - hi6220-hikey
        - apq8016-sbc
        - mustang
        - moonshot
        - thunderX
        - d03
        - d05

params:
    # Docker image.
    IMAGE: "aarch64/ubuntu"

run:
    steps:
        - cd ./automated/linux/docker/
        - ./docker.sh -i "${IMAGE}"
        - ../../utils/send-to-lava.sh ./output/result.txt