Add script for health check job 51/20251/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 23 Oct 2017 22:18:39 +0000 (15:18 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 23 Oct 2017 22:18:39 +0000 (15:18 -0700)
Change-Id: I2966deafdb2902b23193ac5d11eeb14de6f4ede2
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/scripts/run-healthcheck.sh

index a6bd489..ee6c266 100755 (executable)
@@ -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)