Add extra time for Contrail automation tests cases due timeout fails.

Change-Id: I02ed2e2cd4b0f79c654894d57a879237f2fc85de
Closes-Bug: #1466863
This commit is contained in:
Oleksandr Kosse 2015-06-22 16:43:49 +03:00
parent 4752be5e21
commit cade323048
1 changed files with 6 additions and 3 deletions

View File

@ -535,7 +535,8 @@ class ContrailPlugin(TestBasic):
self._activate_plugin()
self.fuel_web.deploy_cluster_wait(self.cluster_id,
check_services=False)
check_services=False,
timeout=240 * 60)
# create net and subnet
self._create_net_subnet(self.cluster_id)
@ -545,14 +546,16 @@ class ContrailPlugin(TestBasic):
self.cluster_id, {'slave-04': ['controller']}, False, True)
self.fuel_web.deploy_cluster_wait(self.cluster_id,
check_services=False)
check_services=False,
timeout=240 * 60)
# add 1 node with controller role and redeploy cluster
self.fuel_web.update_nodes(
self.cluster_id, {'slave-07': ['controller']})
self.fuel_web.deploy_cluster_wait(self.cluster_id,
check_services=False)
check_services=False,
timeout=240 * 60)
# TODO
# Tests using north-south connectivity are expected to fail because