aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTTargetTest.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-06-24 13:36:24 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-06-24 08:07:33 +0000
commita6f6baa6953aea933a1ca9a3c8de58441b04a531 (patch)
treebffe705a37601436550f4cd5ca4c6d5721d40639 /linaro-art-tip-build-ARTTargetTest.yaml
parent279d27828f7f668117b73cb8e364137b3145bc06 (diff)
ART: Read remote port config from nexus-config file
Change-Id: Iad53c29192fba0cfd3a869d973993d15d2dd4df1 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'linaro-art-tip-build-ARTTargetTest.yaml')
-rw-r--r--linaro-art-tip-build-ARTTargetTest.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/linaro-art-tip-build-ARTTargetTest.yaml b/linaro-art-tip-build-ARTTargetTest.yaml
index 8ba6f239..f112b7ce 100644
--- a/linaro-art-tip-build-ARTTargetTest.yaml
+++ b/linaro-art-tip-build-ARTTargetTest.yaml
@@ -89,8 +89,7 @@
source /home/buildslave/srv/nexus-config
export ANDROID_SERIAL=${BULLHEAD}
export ANDROID_ADB_SERVER_PORT=${ANDROID_ADB_SERVER_PORT_TIP}
- sudo ssh-keyscan -p 7676 81.128.185.43 > ~/.ssh/known_hosts
- sudo ssh-keyscan -p 7878 81.128.185.43 > ~/.ssh/known_hosts
+ sudo ssh-keyscan -p ${REMOTE_PORT} 81.128.185.43 > ~/.ssh/known_hosts
ssh nexus-machine killall adb-stable adb-tip ||:
ssh nexus-machine ./adb-tip -P ${ANDROID_ADB_SERVER_PORT} start-server
ssh -L ${ANDROID_ADB_SERVER_PORT}:127.0.0.1:${ANDROID_ADB_SERVER_PORT} nexus-machine -f -N