blob: a6bd489e8bbf1cf3d031c00573e47e0de890c14b [file] [log] [blame]
Gary Wu73202cf2017-10-23 15:15:52 -07001#!/bin/bash
2
3if [ -z "$WORKSPACE" ]; then
4 export WORKSPACE=`git rev-parse --show-toplevel`
5fi
6
7cd $WORKSPACE/test/ete/scripts
8
9ROBOT_IP=$(./get-floating-ip.sh onap-robot)
10echo "ROBOT_IP=${ROBOT_IP}"
11
12ssh -o StrictHostKeychecking=no -i ~/.ssh/onap_key root@${ROBOT_IP} "OS_PASSWORD_INPUT=$OS_PASSWORD_INPUT bash -s" < ./remote/run-robot.sh