summaryrefslogtreecommitdiff
path: root/custom.yaml
blob: 84413973ac64bf6b4f6a446ca6f57854f61715da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
metadata:
    name: shell_custom
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run monkey test long time with blacklist"
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - wg

params:
    SHELL_COMMAND: "sleep 3600"

run:
    steps:
        - lava-test-case logcat-d --shell logcat -d
        - lava-test-case ifconfig --shell ifconfig
        - lava-test-case custom-command --shell $SHELL_COMMAND