From 13111e94c63f26b3234ae28ff46df3ce8392636d Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 27 Sep 2018 11:31:33 -0700 Subject: Adjust relative paths for CSIT files Remove leading test/csit/ from all relative paths to accomodate the move into integration/csit repo. Change-Id: Id9482b46df839f5eba28135e9f987a3eda1d7d94 Issue-ID: INT-671 Signed-off-by: Gary Wu --- plans/vvp/sanity/setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plans/vvp/sanity/setup.sh') diff --git a/plans/vvp/sanity/setup.sh b/plans/vvp/sanity/setup.sh index cab074c0..12bb6011 100644 --- a/plans/vvp/sanity/setup.sh +++ b/plans/vvp/sanity/setup.sh @@ -19,16 +19,16 @@ # Place the scripts in run order: -source ${WORKSPACE}/test/csit/scripts/vvp/clone_and_setup_vvp_data.sh +source ${WORKSPACE}/scripts/vvp/clone_and_setup_vvp_data.sh -source ${WORKSPACE}/test/csit/scripts/vvp/start_vvp_containers.sh +source ${WORKSPACE}/scripts/vvp/start_vvp_containers.sh -source ${WORKSPACE}/test/csit/scripts/vvp/docker_health.sh +source ${WORKSPACE}/scripts/vvp/docker_health.sh -source ${WORKSPACE}/test/csit/scripts/vvp/start_vvp_sanity.sh +source ${WORKSPACE}/scripts/vvp/start_vvp_sanity.sh -VVP_IP=`${WORKSPACE}/test/csit/scripts/get-instance-ip.sh vvp-engagementmgr` +VVP_IP=`${WORKSPACE}/scripts/get-instance-ip.sh vvp-engagementmgr` echo VVP_IP=${VVP_IP} -- cgit 1.2.3-korg