From: Cédric Ollivier Date: Tue, 14 Aug 2018 10:57:44 +0000 (+0200) Subject: Conforms Vmtp with create_server_timeout X-Git-Tag: opnfv-7.0.0~122 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0928ebd8964bc1ef9f22b6598fcdf388d84e533d;p=functest.git Conforms Vmtp with create_server_timeout https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/387/console Change-Id: I3ef130bf5ad4b46f26776feeaa434ca528965f36 Signed-off-by: Cédric Ollivier --- 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):