diff options
author | Yichen Wang <yicwang@cisco.com> | 2017-11-30 14:20:09 -0800 |
---|---|---|
committer | Yichen Wang <yicwang@cisco.com> | 2017-11-30 16:08:57 -0800 |
commit | 24997eda1e0530c0bde3f0955b807e534cd112fd (patch) | |
tree | 02fe1608c6867f1744f8cec24dc85d28d0275bc8 /nfvbenchvm/dib/build-image.sh | |
parent | 1d4d036af9da5c744b0a4f711e30022fedb6e640 (diff) |
[NFVBENCH-49] Fix the regression issue and support VPP
Change-Id: I7a2e000e80ea624b279b9d0aa99a21c3f33c989d
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Diffstat (limited to 'nfvbenchvm/dib/build-image.sh')
-rwxr-xr-x | nfvbenchvm/dib/build-image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfvbenchvm/dib/build-image.sh b/nfvbenchvm/dib/build-image.sh index 43795e4..88cf2e5 100755 --- a/nfvbenchvm/dib/build-image.sh +++ b/nfvbenchvm/dib/build-image.sh @@ -17,8 +17,8 @@ image_name=nfvbenchvm_centos-$__version__ # if image exists skip building if command -v gsutil >/dev/null; then if gsutil -q stat gs://$gs_url/$image_name.qcow2; then - echo "Image already exists at http://$gs_url/$image_name.qcow2" - exit 0 + echo "Image already exists at http://$gs_url/$image_name.qcow2" + exit 0 fi else echo "Cannot check image availability in OPNFV artifact repository (gsutil not available)" |