Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
77f471b
)
Bugfix: fix ubuntu image name typo
47/33047/1
author
JingLu5
<lvjing5@huawei.com>
Thu, 6 Apr 2017 01:56:48 +0000
(
01:56
+0000)
committer
Jing Lu
<lvjing5@huawei.com>
Thu, 6 Apr 2017 07:21:39 +0000
(07:21 +0000)
Change-Id: I8722f2ddd096bc784f45d4bcf58ea6a84d319fb2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit
571ee6afca03120c393def421eb35a466f9a940b
)
tests/ci/load_images.sh
patch
|
blob
|
history
diff --git
a/tests/ci/load_images.sh
b/tests/ci/load_images.sh
index
8521441
..
04e081d
100755
(executable)
--- 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-1
4
.04)
+ Ubuntu-1
6
.04)
echo "$output"
UBUNTU_IMAGE_ID=$(echo "$output" | grep " id " | awk '{print $(NF-1)}')