summaryrefslogtreecommitdiff
path: root/openembedded/busybox.yaml
blob: 1eb9563e65f1cb1eac660469b205a40c601aee68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
metadata:
    name: busybox
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test busybox in OpenEmbedded."
    maintainer:
        - senthil.kumaran@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - rtsm_ve-armv8

run:
    steps:
        - "cd openembedded/scripts"
        - "./busybox.sh"

parse:
    pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
    fixupdict:
        PASS: pass
        FAIL: fail