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/multicloud-pike/hpa-discovery | |
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/multicloud-pike/hpa-discovery')
-rw-r--r-- | plans/multicloud-pike/hpa-discovery/setup.sh | 4 | ||||
-rw-r--r-- | plans/multicloud-pike/hpa-discovery/testplan.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plans/multicloud-pike/hpa-discovery/setup.sh b/plans/multicloud-pike/hpa-discovery/setup.sh index cbcc302e..73121139 100644 --- a/plans/multicloud-pike/hpa-discovery/setup.sh +++ b/plans/multicloud-pike/hpa-discovery/setup.sh @@ -17,8 +17,8 @@ cd ${SCRIPTS} source common_functions.sh -generic_sim_path=${WORKSPACE}/test/csit/scripts/multicloud-pike/generic_sim -multicloud_provision_path=${WORKSPACE}/test/csit/tests/multicloud-pike/provision +generic_sim_path=${WORKSPACE}/scripts/multicloud-pike/generic_sim +multicloud_provision_path=${WORKSPACE}/tests/multicloud-pike/provision # start generic simulator for openstack mock and AAI mock if [[ -z $(docker images -q generic_sim) ]]; then pushd $generic_sim_path diff --git a/plans/multicloud-pike/hpa-discovery/testplan.txt b/plans/multicloud-pike/hpa-discovery/testplan.txt index 5914cbba..4a71d55a 100644 --- a/plans/multicloud-pike/hpa-discovery/testplan.txt +++ b/plans/multicloud-pike/hpa-discovery/testplan.txt @@ -1,3 +1,3 @@ -# Test suites are relative paths under [integration.git]/test/csit/tests/. +# Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. multicloud-pike/provision/hpa_multicloud.robot |