blob: ee6c2668a1ff957b07830099eee9470a9f310e29 [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
Gary Wu17cd9cb2017-10-23 15:18:39 -07007source $WORKSPACE/test/ete/scripts/install_openstack_cli.sh
8
Gary Wu73202cf2017-10-23 15:15:52 -07009cd $WORKSPACE/test/ete/scripts
10
11ROBOT_IP=$(./get-floating-ip.sh onap-robot)
12echo "ROBOT_IP=${ROBOT_IP}"
13
14ssh -o StrictHostKeychecking=no -i ~/.ssh/onap_key root@${ROBOT_IP} "OS_PASSWORD_INPUT=$OS_PASSWORD_INPUT bash -s" < ./remote/run-robot.sh