aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/download_images.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-07-15 11:43:49 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-07-15 11:44:24 +0200
commit3633b4360dc46239a0ade3d35feebe930f2fc2b5 (patch)
treefd87df191d64dbc419fcd6b404b7d53b01a68fe7 /functest/ci/download_images.sh
parent60c2629983b21450cf430f47c538948472759ccb (diff)
Update Cirros to O.5.1
It conforms to the OpenStack gates which have just updated to Cirros 0.5.1 Change-Id: If2ec4b2da2152c244af7ea86a57054fea195c4ce Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci/download_images.sh')
-rw-r--r--functest/ci/download_images.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh
index 5855f97f6..358ccf916 100644
--- a/functest/ci/download_images.sh
+++ b/functest/ci/download_images.sh
@@ -6,10 +6,10 @@ wget_opts="-N --tries=1 --connect-timeout=30"
[ -t 1 ] || wget_opts="${wget_opts} --progress=dot:giga"
cat << EOF | wget ${wget_opts} -i - -P ${1:-/home/opnfv/functest/images}
-http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
+http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-amd64-disk1.img
https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img
-http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-aarch64-disk.img
+http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-aarch64-disk.img
http://repository.cloudifysource.org/cloudify/19.01.24/community-release/cloudify-docker-manager-community-19.01.24.tar
http://testresults.opnfv.org/functest/vyos-1.1.8-amd64.qcow2
http://testresults.opnfv.org/functest/shaker-image-1.3.4+stretch.qcow2