aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-02-25 18:23:02 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-02-25 18:30:31 +0000
commit9e22a58279d3654891a5fd479276953dff4cbf7e (patch)
tree7cf6e5415ff82284eae207784d00e15ea2725b3b
parent5fd741dbe00acd848b31b30d9966a88aa30c05dd (diff)
target: run adbd as root2015.02
adbd on target is run as root. This is required by recent Linaro Android builds. Change-Id: Idaf08c59ea730b67f7c060d00538f77023b2ea66 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--wa2target.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/wa2target.yaml b/wa2target.yaml
index 347ee93..f4cefd4 100644
--- a/wa2target.yaml
+++ b/wa2target.yaml
@@ -19,8 +19,9 @@ run:
- lava-test-case step1-$SIGNAL_PREFIX-cat-build-info --shell cat /system/build.prop
- lava-test-case step2-$SIGNAL_PREFIX-get-adb --shell getprop service.adb.tcp.port
- lava-test-case step3-$SIGNAL_PREFIX-set-adb --shell setprop service.adb.tcp.port 5555
- - lava-test-case step4-$SIGNAL_PREFIX-stop-adbd --shell stop adbd
- - lava-test-case step5-$SIGNAL_PREFIX-start-adbd --shell start adbd
- - lava-test-case step6-$SIGNAL_PREFIX-send-ip --shell lava-send $SIGNAL_PREFIX-send-ip $SIGNAL_PREFIX-ipaddr=$(getprop dhcp.eth0.ipaddress)
- - lava-test-case step7-$SIGNAL_PREFIX-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished
+ - lava-test-case step4-$SIGNAL_PREFIX-set-adbd --shell setprop service.adb.root 1
+ - lava-test-case step5-$SIGNAL_PREFIX-stop-adbd --shell stop adbd
+ - lava-test-case step6-$SIGNAL_PREFIX-start-adbd --shell start adbd
+ - lava-test-case step7-$SIGNAL_PREFIX-send-ip --shell lava-send $SIGNAL_PREFIX-send-ip $SIGNAL_PREFIX-ipaddr=$(getprop dhcp.eth0.ipaddress)
+ - lava-test-case step8-$SIGNAL_PREFIX-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished