X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fci%2Fdownload_images.sh;h=88474d3a72b7d8b1fec81799df731e6a8ccc2a8d;hb=a7c04235d89ab994fce7559395d7017f89c4d7ad;hp=86f37a3f57916a6bfe34659ec5006ed6b2280d97;hpb=6e942d3b97161666c4ec3bd571dd50e5ca3dcb59;p=functest.git diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh index 86f37a3f5..88474d3a7 100644 --- a/functest/ci/download_images.sh +++ b/functest/ci/download_images.sh @@ -20,6 +20,6 @@ https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloud http://cloud.centos.org/altarch/7/images/aarch64/CentOS-7-aarch64-GenericCloud.qcow2.xz EOF -xz --decompress ${1:-/home/opnfv/functest/images}/CentOS-7-aarch64-GenericCloud.qcow2.xz +xz --decompress --force ${1:-/home/opnfv/functest/images}/CentOS-7-aarch64-GenericCloud.qcow2.xz exit $?