From: JingLu5 Date: Thu, 6 Apr 2017 01:56:48 +0000 (+0000) Subject: Bugfix: fix ubuntu image name typo X-Git-Tag: opnfv-5.0.RC1~507 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F33027%2F1;p=yardstick.git Bugfix: fix ubuntu image name typo Change-Id: I8722f2ddd096bc784f45d4bcf58ea6a84d319fb2 Signed-off-by: JingLu5 --- diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh index 39ce2adf4..5557f814f 100755 --- a/tests/ci/load_images.sh +++ b/tests/ci/load_images.sh @@ -206,7 +206,7 @@ load_ubuntu_image() --container-format bare \ $EXTRA_PARAMS \ --file $ubuntu_image_file \ - Ubuntu-14.04) + Ubuntu-16.04) echo "$output" UBUNTU_IMAGE_ID=$(echo "$output" | grep " id " | awk '{print $(NF-1)}')