aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2018-03-20 23:01:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-20 23:01:36 +0000
commitb38a0ef766ca5025a09b85573e770c34b389ea17 (patch)
tree2ce7eb59f1845f93b8234dfc8e8d6f813ed97996
parente3a70e5261966e01e5f2422c7a4607f088f31f6b (diff)
parent7f629a04afe0169fef65acd85c8783b37bfc5918 (diff)
Merge "Add "YARDSTICK_REPO_DIR" into tests path"
-rwxr-xr-xtests/ci/load_images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh
index d723823ee..5df769c0d 100755
--- a/tests/ci/load_images.sh
+++ b/tests/ci/load_images.sh
@@ -251,7 +251,7 @@ main()
load_yardstick_image
if [ "${YARD_IMG_ARCH}" == "arm64" ]; then
#We have overlapping IP with the real network
- for filename in tests/opnfv/test_cases/*; do
+ for filename in ${YARDSTICK_REPO_DIR}/tests/opnfv/test_cases/*; do
sed -i "s/cidr: '10.0.1.0\/24'/cidr: '10.3.1.0\/24'/g" "${filename}"
done
else