Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
05673e2
)
Increase Cloudify create_server_timeout
45/60545/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 3 Aug 2018 04:19:22 +0000
(06:19 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 3 Aug 2018 04:21:45 +0000
(06:21 +0200)
The timeout has been reached when running multiple vnfs in parallel.
Only few additional seconds seemed required here.
Change-Id: I0d6e38e827c581edb617bb0cc13249645468a2aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/core/cloudify.py
patch
|
blob
|
history
diff --git
a/functest/core/cloudify.py
b/functest/core/cloudify.py
index
158929b
..
a760b9f
100644
(file)
--- a/
functest/core/cloudify.py
+++ b/
functest/core/cloudify.py
@@
-31,7
+31,7
@@
class Cloudify(singlevm.SingleVm2):
flavor_disk = 40
username = 'centos'
ssh_connect_loops = 12
- create_server_timeout =
3
00
+ create_server_timeout =
6
00
ports = [80, 443, 5671, 53333]
def __init__(self, **kwargs):