Show Robot website URL for log directory 81/21381/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 30 Oct 2017 21:06:09 +0000 (14:06 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 30 Oct 2017 21:06:09 +0000 (14:06 -0700)
Change-Id: Id5ef356ae8678a121d83a5efbf991619f99cddde
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/scripts/run-healthcheck.sh

index 708ef12..1555dad 100755 (executable)
@@ -18,4 +18,5 @@ ssh -o StrictHostKeychecking=no -i ${SSH_KEY} ubuntu@${ROBOT_IP} 'sudo cp /home/
 
 ssh -o StrictHostKeychecking=no -i ${SSH_KEY} root@${ROBOT_IP} "OS_PASSWORD_INPUT=$OS_PASSWORD_INPUT bash -s" < ./remote/run-robot.sh
 LOG_DIR=$(ssh -o StrictHostKeychecking=no -i ${SSH_KEY} root@${ROBOT_IP} "ls -1t /opt/eteshare/logs | head -1")
+echo "Browse Robot results at http://${ROBOT_IP}:88/logs/${LOG_DIR}/"
 rsync -e "ssh -i ${SSH_KEY}" -avPz root@${ROBOT_IP}:/opt/eteshare/logs/${LOG_DIR}/ $WORKSPACE/archives/