diff options
Diffstat (limited to 'test/csit/plans/vvp')
-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} |