summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-06 10:25:08 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-06 10:51:31 +0100
commit751ee5f319c10585c85494cc1cf7e0bc50518021 (patch)
tree818b000419eb894c38c547f3eb19078ac1895c96
parent1192e8c708c8bf998d9c8e67b632d82a5810fe92 (diff)
Increase Vmtp timeouts
It now conforms with other testcases booting ubuntu images. Change-Id: If9b610646ee5dcb2eb002d74dff8e1a797a4f232 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 023a4c7d0cb85d3b624ee946097e721880169371)
-rw-r--r--functest/opnfv_tests/openstack/vmtp/vmtp.py1
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 d37e344ce..2e0be28ad 100644
--- a/functest/opnfv_tests/openstack/vmtp/vmtp.py
+++ b/functest/opnfv_tests/openstack/vmtp/vmtp.py
@@ -50,6 +50,7 @@ class Vmtp(singlevm.VmReady2):
flavor_ram = 2048
flavor_vcpus = 1
flavor_disk = 0
+ create_server_timeout = 300
def __init__(self, **kwargs):
if "case_name" not in kwargs: