aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-11-02 14:48:41 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-11-02 14:48:41 +0100
commitd6cef9def55ebe92bed40af44dd58b005c31f517 (patch)
tree4df2e97e0090c3a519714283986f536234f26934 /functest/core
parent7d27247c1f48ac7b371bfca726b613257d1974df (diff)
Update Cirros for testing
It avoids errors when reading ssh banneer. Change-Id: I67ba57f56914359e488936873cd2ce639a839b52 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core')
-rw-r--r--functest/core/singlevm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/singlevm.py b/functest/core/singlevm.py
index 7bb4e16c0..a14a7067a 100644
--- a/functest/core/singlevm.py
+++ b/functest/core/singlevm.py
@@ -39,7 +39,7 @@ class VmReady1(tenantnetwork.TenantNetwork1):
# pylint: disable=too-many-instance-attributes
__logger = logging.getLogger(__name__)
- filename = '/home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img'
+ filename = '/home/opnfv/functest/images/cirros-0.6.0-x86_64-disk.img'
image_format = 'qcow2'
extra_properties = {}
filename_alt = filename