metadata: name: cts-target format: "Lava-Test-Shell Test Definition 1.0" description: "Run CTS on Linaro android. Target side. The value put in params section in this file is default, user can overwrite them by the values in JSON file." maintainer: - botao.sun@linaro.org os: - android devices: - panda - panda-es - vexpress-a9 - vexpress-tc2 - juno scope: - functional params: TEST_NAME: "android-cts-5.0-armv8" run: steps: - lava-test-case step1-cat-build-info --shell cat /system/build.prop - IPADDR=$(getprop dhcp.eth0.ipaddress) - if [ -z $IPADDR ]; then netcfg eth0 up; netcfg eth0 dhcp; IPADDR=$(getprop dhcp.eth0.ipaddress); fi - 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 --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 $TEST_NAME-send-ip ipaddr=$IPADDR - lava-test-case step7-multinode-sync --shell lava-sync $TEST_NAME-finished