From 0d31a2cea7796798ce273969ba97056d71a2c897 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 17 Jul 2018 18:18:04 +0200 Subject: Set filename_alt in tempest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9137ee30bd2107ec23ef6cfea92ccfc5f010410d Signed-off-by: Cédric Ollivier (cherry picked from commit 29bd4108c51180a4d74443f676fc72866af6f1f6) --- functest/opnfv_tests/openstack/tempest/tempest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py index 6d29b899e..451dbe1fa 100644 --- a/functest/opnfv_tests/openstack/tempest/tempest.py +++ b/functest/opnfv_tests/openstack/tempest/tempest.py @@ -36,6 +36,7 @@ class TempestCommon(singlevm.VmReady1): """TempestCommon testcases implementation class.""" visibility = 'public' + filename_alt = '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img' def __init__(self, **kwargs): if "case_name" not in kwargs: -- cgit 1.2.3-korg