diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 15:18:39 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 15:18:39 -0700 |
commit | 17cd9cbdd575baa9d36ce9f901d7b47cc2e6658e (patch) | |
tree | 44fdf167365718dd50f437df7260ad28d578d785 | |
parent | 73202cf0facf5fdd0def24452c4781aec8b2711c (diff) |
Add script for health check job
Change-Id: I2966deafdb2902b23193ac5d11eeb14de6f4ede2
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-x | test/ete/scripts/run-healthcheck.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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) |