diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-12-01 18:39:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-01 18:39:17 +0000 |
commit | 15c739e0bfa1cd79c844867a4866fff2ce8e1f59 (patch) | |
tree | 1f33b8f9830accbf9f791047c4d7f69a544e431e /test/csit/plans | |
parent | 5f57af152040b28fa8728964160dcf9e967698a2 (diff) | |
parent | 9480f8aa40e555e0194170a2271967a0cd467102 (diff) |
Merge "Add VVP integration tests"
Diffstat (limited to 'test/csit/plans')
-rw-r--r-- | test/csit/plans/vvp/sanity/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vvp/sanity/setup.sh b/test/csit/plans/vvp/sanity/setup.sh index e7758462c..cab074c06 100644 --- a/test/csit/plans/vvp/sanity/setup.sh +++ b/test/csit/plans/vvp/sanity/setup.sh @@ -28,7 +28,7 @@ source ${WORKSPACE}/test/csit/scripts/vvp/docker_health.sh source ${WORKSPACE}/test/csit/scripts/vvp/start_vvp_sanity.sh -VVP_IP=`get-instance-ip.sh vvp-engagementmgr` +VVP_IP=`${WORKSPACE}/test/csit/scripts/get-instance-ip.sh vvp-engagementmgr` echo VVP_IP=${VVP_IP} |