summaryrefslogtreecommitdiff
path: root/application-benchmark-target.yaml
blob: 2e29039f7030ff034dc36cb0ba869479c7db74e4 (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
metadata:
    name: target-stop
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Wrapper for notifying the host side that target side is ready,
                  and waiting for the singal from host side to stop target."
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - juno

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 step3-set-adb-root --shell setprop service.adb.root 1
        - 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 application-benchmark-target-ready-send-ip ipaddr=$(getprop dhcp.eth0.ipaddress)
        - lava-test-case step7-multinode-sync --shell lava-sync application-benchmark-stop-target