1555dad858a8aca7620964d8e610469857bfdfa5
[integration.git] / test / ete / scripts / run-healthcheck.sh
1 #!/bin/bash
2
3 SSH_KEY=~/.ssh/onap_key
4
5 if [ -z "$WORKSPACE" ]; then
6     export WORKSPACE=`git rev-parse --show-toplevel`
7 fi
8
9 source $WORKSPACE/test/ete/scripts/install_openstack_cli.sh
10
11 cd $WORKSPACE/test/ete/scripts
12
13 ROBOT_IP=$(./get-floating-ip.sh onap-robot)
14 echo "ROBOT_IP=${ROBOT_IP}"
15
16 # allow direct login as root
17 ssh -o StrictHostKeychecking=no -i ${SSH_KEY} ubuntu@${ROBOT_IP} 'sudo cp /home/ubuntu/.ssh/authorized_keys /root/.ssh/'
18
19 ssh -o StrictHostKeychecking=no -i ${SSH_KEY} root@${ROBOT_IP} "OS_PASSWORD_INPUT=$OS_PASSWORD_INPUT bash -s" < ./remote/run-robot.sh
20 LOG_DIR=$(ssh -o StrictHostKeychecking=no -i ${SSH_KEY} root@${ROBOT_IP} "ls -1t /opt/eteshare/logs | head -1")
21 echo "Browse Robot results at http://${ROBOT_IP}:88/logs/${LOG_DIR}/"
22 rsync -e "ssh -i ${SSH_KEY}" -avPz root@${ROBOT_IP}:/opt/eteshare/logs/${LOG_DIR}/ $WORKSPACE/archives/