Conforms Vmtp with create_server_timeout 29/60929/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Aug 2018 10:57:44 +0000 (12:57 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Aug 2018 10:58:37 +0000 (12:58 +0200)
https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/387/console

Change-Id: I3ef130bf5ad4b46f26776feeaa434ca528965f36
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/opnfv_tests/openstack/vmtp/vmtp.py

index 9e6fd8e..8831078 100644 (file)
@@ -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):