Increase Vmtp timeouts 69/64569/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 6 Nov 2018 09:25:08 +0000 (10:25 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 6 Nov 2018 09:51:31 +0000 (10:51 +0100)
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)

functest/opnfv_tests/openstack/vmtp/vmtp.py

index d37e344..2e0be28 100644 (file)
@@ -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: