From 0928ebd8964bc1ef9f22b6598fcdf388d84e533d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 14 Aug 2018 12:57:44 +0200 Subject: Conforms Vmtp with create_server_timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/387/console Change-Id: I3ef130bf5ad4b46f26776feeaa434ca528965f36 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/vmtp/vmtp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'functest/opnfv_tests/openstack/vmtp') diff --git a/functest/opnfv_tests/openstack/vmtp/vmtp.py b/functest/opnfv_tests/openstack/vmtp/vmtp.py index 9e6fd8e15..8831078db 100644 --- a/functest/opnfv_tests/openstack/vmtp/vmtp.py +++ b/functest/opnfv_tests/openstack/vmtp/vmtp.py @@ -114,6 +114,7 @@ class Vmtp(singlevm.VmReady2): vmtp_conf["security_group_name"] = "pns-security{}".format( self.guid) vmtp_conf["dns_nameservers"] = [env.get('NAMESERVER')] + vmtp_conf["generic_retry_count"] = self.create_server_timeout // 2 conf.write(yaml.dump(vmtp_conf)) def run_vmtp(self): -- cgit 1.2.3-korg