diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-09 17:11:01 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-09 17:11:01 -0800 |
commit | a3f31bda90356231bd3656da55f00261d6e1caee (patch) | |
tree | 0b5c6587931ade5116e931e4892390115e8fee2b /test/ete/scripts/deploy-onap.sh | |
parent | 83353d2a690be671704d54ba70d3fde3cf8625d2 (diff) |
Fix get-floating-ip.sh relative path location
Change-Id: Id836210f249013228e4542a5aed264a97175c966
Issue-ID: INT-248
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/scripts/deploy-onap.sh')
-rwxr-xr-x | test/ete/scripts/deploy-onap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/deploy-onap.sh b/test/ete/scripts/deploy-onap.sh index 90393cf86..4802e02ce 100755 --- a/test/ete/scripts/deploy-onap.sh +++ b/test/ete/scripts/deploy-onap.sh @@ -46,7 +46,7 @@ fi # wait until Robot VM initializes -ROBOT_IP=$(./get-floating-ip.sh onap-robot) +ROBOT_IP=$($WORKSPACE/test/ete/scripts/get-floating-ip.sh onap-robot) echo "ROBOT_IP=${ROBOT_IP}" if [ "" == "${ROBOT_IP}" ]; then |