diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-14 12:57:44 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-14 12:58:37 +0200 |
commit | 0928ebd8964bc1ef9f22b6598fcdf388d84e533d (patch) | |
tree | 8dc1ca574d7135a8a6673c40cde61f0a9a9aa5f8 | |
parent | 5beb864bf6e1409e367a3fdf33289cb5386079fa (diff) |
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 <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/vmtp/vmtp.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |