Complete migration to Cirros 0.6.1 19/74019/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 May 2023 17:47:10 +0000 (19:47 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 May 2023 17:48:22 +0000 (19:48 +0200)
Change-Id: I2fed5dc5798a3d217be032d754da9f7dbbbd30d0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/opnfv_tests/openstack/rally/scenario/templates/server_with_ports.yaml.template
functest/opnfv_tests/openstack/tempest/tempest.py

index f1a12c1..75afb2d 100644 (file)
@@ -7,7 +7,7 @@ parameters:
     default: public
   image:
     type: string
-    default: cirros-0.5.1-x86_64-uec
+    default: cirros-0.6.1-x86_64-uec
   flavor:
     type: string
     default: m1.tiny
index 808ccba..7233ffd 100644 (file)
@@ -39,7 +39,7 @@ class TempestCommon(singlevm.VmReady2):
     """TempestCommon testcases implementation class."""
 
     visibility = 'public'
-    filename_alt = '/home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img'
+    filename_alt = '/home/opnfv/functest/images/cirros-0.6.1-x86_64-disk.img'
     shared_network = True
     tempest_conf_yaml = pkg_resources.resource_filename(
         'functest',