diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-04-06 01:56:48 +0000 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2017-04-06 01:56:48 +0000 |
commit | 571ee6afca03120c393def421eb35a466f9a940b (patch) | |
tree | 318e9d712368d543d7bd7ca58daac8a966ee4dbd /tests | |
parent | b2fb23ca8ccc1acedaa9156552af4ba347f24103 (diff) |
Bugfix: fix ubuntu image name typo
Change-Id: I8722f2ddd096bc784f45d4bcf58ea6a84d319fb2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ci/load_images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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)}') |