From e9565ce603ab1420ceb3bf5c85bf6b4298ba0a9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 10 Oct 2025 16:34:39 +0200 Subject: [PATCH] Upgrade Vmtp Ubuntu image to 18.04 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia50da79ad13b1840d859e92da0a18a1aa75bdbd3 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/vmtp/vmtp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functest/opnfv_tests/openstack/vmtp/vmtp.py b/functest/opnfv_tests/openstack/vmtp/vmtp.py index 9833cc72a..fd9b421eb 100644 --- a/functest/opnfv_tests/openstack/vmtp/vmtp.py +++ b/functest/opnfv_tests/openstack/vmtp/vmtp.py @@ -46,7 +46,7 @@ class Vmtp(singlevm.VmReady2): __logger = logging.getLogger(__name__) filename = ('/home/opnfv/functest/images/' - 'ubuntu-14.04-server-cloudimg-amd64-disk1.img') + 'ubuntu-18.04-server-cloudimg-amd64-disk1.img') flavor_ram = 2048 flavor_vcpus = 1 flavor_disk = 0 -- 2.16.6