diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-27 11:31:33 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-27 12:18:06 -0700 |
commit | 13111e94c63f26b3234ae28ff46df3ce8392636d (patch) | |
tree | a096f2d49dc381e2b282aad9dbbd9d5ff161eabd /plans/dmaap-buscontroller/with_dr/setup.sh | |
parent | 9abb61ca2cea1907cab2cec312d6dca6e53a93cd (diff) |
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 <gary.i.wu@huawei.com>
Diffstat (limited to 'plans/dmaap-buscontroller/with_dr/setup.sh')
-rwxr-xr-x | plans/dmaap-buscontroller/with_dr/setup.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plans/dmaap-buscontroller/with_dr/setup.sh b/plans/dmaap-buscontroller/with_dr/setup.sh index 7cefa727..d9d8574f 100755 --- a/plans/dmaap-buscontroller/with_dr/setup.sh +++ b/plans/dmaap-buscontroller/with_dr/setup.sh @@ -29,11 +29,11 @@ then else # Place the scripts in run order: - source ${WORKSPACE}/test/csit/scripts/dmaap-buscontroller/dr-launch.sh + source ${WORKSPACE}/scripts/dmaap-buscontroller/dr-launch.sh dmaap_dr_launch DRPS_IP=${IP} - #source ${WORKSPACE}/test/csit/scripts/dmaap-buscontroller/start-mock.sh + #source ${WORKSPACE}/scripts/dmaap-buscontroller/start-mock.sh #start_mock "aaf" #AAF_IP=${IP} AAF_IP=0.0.0.0 @@ -41,7 +41,7 @@ else #DRPS_IP=${IP} MRC_IP=0.0.0.0 - source ${WORKSPACE}/test/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh + source ${WORKSPACE}/scripts/dmaap-buscontroller/dmaapbc-launch.sh dmaapbc_launch $AAF_IP $MRC_IP $DRPS_IP DMAAPBC_IP=${IP} @@ -51,7 +51,7 @@ else # Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v AAF_IP:${AAF_IP} -v MRC_IP:${MRC_IP} -v DRPS_IP:${DRPS_IP} -v DMAAPBC_IP:${DMAAPBC_IP}" set -x - ${WORKSPACE}/test/csit/scripts/dmaap-buscontroller/dmaapbc-init.sh ${DMAAPBC_IP} ${DRPS_IP} ${MRC_IP} https + ${WORKSPACE}/scripts/dmaap-buscontroller/dmaapbc-init.sh ${DMAAPBC_IP} ${DRPS_IP} ${MRC_IP} https set +x fi |