From 504d61feeb033d29cac4702387cf708c35bd227d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 24 Feb 2019 20:30:55 +0100 Subject: Update VyOS to 1.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's worth mentionning that the filesystem is hugely reduced. Change-Id: Ic3e8a5d601a62f1762cbd491c228b7f053905e35 Signed-off-by: Cédric Ollivier (cherry picked from commit d4efec0554d8ba66d71d67626630ff9cc0761da2) --- functest/ci/download_images.sh | 2 +- functest/opnfv_tests/vnf/router/cloudify_vrouter.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh index 8ffa9677e..9044bfe99 100644 --- a/functest/ci/download_images.sh +++ b/functest/ci/download_images.sh @@ -14,7 +14,7 @@ http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-aarch64-disk.img https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-arm64-uefi1.img http://cloud.centos.org/altarch/7/images/aarch64/CentOS-7-aarch64-GenericCloud.qcow2.xz http://repository.cloudifysource.org/cloudify/19.01.24/community-release/cloudify-docker-manager-community-19.01.24.tar -https://sourceforge.net/projects/ool-opnfv/files/vyos-1.1.7.img +http://testresults.opnfv.org/functest/vyos-1.1.8-amd64.qcow2 http://testresults.opnfv.org/functest/shaker-image.qcow2 http://testresults.opnfv.org/functest/shaker-image-arm64.qcow2 EOF diff --git a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py index 39268d8f1..ff26f55f1 100644 --- a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py +++ b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py @@ -34,11 +34,11 @@ class CloudifyVrouter(cloudify.Cloudify): __logger = logging.getLogger(__name__) - filename_alt = '/home/opnfv/functest/images/vyos-1.1.7.img' + filename_alt = '/home/opnfv/functest/images/vyos-1.1.8-amd64.qcow2' - flavor_alt_ram = 2048 + flavor_alt_ram = 1024 flavor_alt_vcpus = 1 - flavor_alt_disk = 50 + flavor_alt_disk = 3 cop_yaml = ("https://github.com/cloudify-cosmo/cloudify-openstack-plugin/" "releases/download/2.14.7/plugin.yaml") -- cgit 1.2.3-korg