diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-06-29 17:17:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-29 17:17:33 +0000 |
commit | fbc676b2bcf63382a39c5b54d47c608a20a8cfea (patch) | |
tree | ddc40706b9dd3ef75c008f46781e357dc699583e /functest/ci/download_images.sh | |
parent | 06fd297de11e9dd061fe001502f66f139f054098 (diff) | |
parent | 0d22e5c1e1d6b49a99f0ca5be722fdc50ed105a4 (diff) |
Merge "SNAPS tests now support offline testing."
Diffstat (limited to 'functest/ci/download_images.sh')
-rwxr-xr-x | functest/ci/download_images.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh index f3fdef2e..23e09c10 100755 --- a/functest/ci/download_images.sh +++ b/functest/ci/download_images.sh @@ -28,4 +28,11 @@ wget -nc http://artifacts.opnfv.org/sdnvpn/ubuntu-16.04-server-cloudimg-amd64-di wget -nc ${CIRROS_REPO_URL}/daily/20${CIRROS_AARCH64_TAG}/cirros-d${CIRROS_AARCH64_TAG}-aarch64-disk.img -P ${IMAGES_FOLDER_DIR} wget -nc ${CIRROS_REPO_URL}/daily/20${CIRROS_AARCH64_TAG}/cirros-d${CIRROS_AARCH64_TAG}-aarch64-initramfs -P ${IMAGES_FOLDER_DIR} wget -nc ${CIRROS_REPO_URL}/daily/20${CIRROS_AARCH64_TAG}/cirros-d${CIRROS_AARCH64_TAG}-aarch64-kernel -P ${IMAGES_FOLDER_DIR} + +# Add Ubuntu 14 qcow2 image +wget -nc http://uec-images.ubuntu.com/releases/trusty/14.04/ubuntu-14.04-server-cloudimg-amd64-disk1.img -P ${IMAGES_FOLDER_DIR} + +# Add Centos 7 qcow2 image +wget -nc http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2 -P ${IMAGES_FOLDER_DIR} + set +ex
\ No newline at end of file |