summaryrefslogtreecommitdiff
path: root/android/lava-android-test-target.yaml
blob: a705e0c730c2b5034656b4bf26b9936c11dbda10 (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
metadata:
    name: lava-android-test-target
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Wrapper around lava-android-test. This is the target part.
                  It sends the IP address of the target to host and than
                  waits for the host to execute tests."
    maintainer:
        - milosz.wasilewski@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - wg

params:
    TEST_NAME: "busybox"
    TEST_PARAMS: ""

run:
    steps:
        - lava-test-case step1-cat-build-info --shell cat /system/build.prop
        - lava-test-case step2-get-adb --shell getprop service.adb.tcp.port
        - lava-test-case step3-set-adb --shell setprop service.adb.tcp.port 5555
        - lava-test-case step4-stop-adbd --shell stop adbd
        - lava-test-case step5-start-adbd --shell start adbd
        - lava-test-case step6-send-ip --shell lava-send $TEST_NAME-${TEST_PARAMS// /_}-send-ip ipaddr=$(getprop dhcp.eth0.ipaddress)
        - lava-test-case step7-multinode-sync --shell lava-sync $TEST_NAME-${TEST_PARAMS// /_}-finished