From 17cd9cbdd575baa9d36ce9f901d7b47cc2e6658e Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 23 Oct 2017 15:18:39 -0700 Subject: Add script for health check job Change-Id: I2966deafdb2902b23193ac5d11eeb14de6f4ede2 Issue-ID: INT-278 Signed-off-by: Gary Wu --- test/ete/scripts/run-healthcheck.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ete/scripts/run-healthcheck.sh') diff --git a/test/ete/scripts/run-healthcheck.sh b/test/ete/scripts/run-healthcheck.sh index a6bd489e8..ee6c2668a 100755 --- a/test/ete/scripts/run-healthcheck.sh +++ b/test/ete/scripts/run-healthcheck.sh @@ -4,6 +4,8 @@ if [ -z "$WORKSPACE" ]; then export WORKSPACE=`git rev-parse --show-toplevel` fi +source $WORKSPACE/test/ete/scripts/install_openstack_cli.sh + cd $WORKSPACE/test/ete/scripts ROBOT_IP=$(./get-floating-ip.sh onap-robot) -- cgit 1.2.3-korg