summaryrefslogtreecommitdiff
path: root/android/busybox.yaml
blob: 5e0021633fb726aa68b9a460238a516d2f40200c (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
metadata:
    name: busybox
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "BusyBox combines tiny versions of many common UNIX utilities into a single small executable Test. Busybox for android
                  covers test's like mkdir, touch, ls, ps, whoami, which, basename, cp, rm, dmesg and grep."
    maintainer:
        - senthil.kumaran@linaro.org
        - amit.pundir@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2

run:
    steps:
        - "./android/scripts/busybox.sh"

parse:
    pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"