diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-03-23 03:29:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-23 03:29:07 +0000 |
commit | 324503bcc3774376c2d15cd7bd6cbf1055c3f0a4 (patch) | |
tree | b1f6d26f14a8c69a3eb698e5bf1f8ffbda9ae502 /tests | |
parent | 0db26aa296ad681b0a28a811ccfbccdf77e2c9f8 (diff) | |
parent | 5018a0b59d6ded0e70439c3e70552063796a2b44 (diff) |
Merge "Bugfix: TC002 image error in fuel-arm pod scenarios" into stable/danube
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ci/load_images.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh index 4b8f2c0e1..a326458a9 100755 --- a/tests/ci/load_images.sh +++ b/tests/ci/load_images.sh @@ -237,8 +237,8 @@ main() build_yardstick_image load_yardstick_image if [ "${YARD_IMG_ARCH}" == "arm64" ]; then - sed -i 's/image: cirros-0.3.3/image: TestVM/g' tests/opnfv/test_cases/opnfv_yardstick_tc002.yaml \ - samples/ping.yaml + sed -i 's/image: {{image}}/image: TestVM/g' tests/opnfv/test_cases/opnfv_yardstick_tc002.yaml + sed -i 's/image: cirros-0.3.3/image: TestVM/g' samples/ping.yaml #We have overlapping IP with the real network for filename in tests/opnfv/test_cases/*; do sed -i "s/cidr: '10.0.1.0\/24'/cidr: '10.3.1.0\/24'/g" "${filename}" |