From 9480f8aa40e555e0194170a2271967a0cd467102 Mon Sep 17 00:00:00 2001 From: Almog Laktivi Date: Thu, 23 Nov 2017 14:09:16 +0200 Subject: Add VVP integration tests Add VVP engagement manager container to integration tests (full flow) Change-Id: Iad7297f199b34f429005e8778d23c3c65b688e4d Issue-ID: VVP-31 Signed-off-by: Almog Laktivi --- test/csit/plans/vvp/sanity/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/plans/vvp/sanity') 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} -- cgit 1.2.3-korg