Fix bug 8562 10/58310/1
authorPeter Gubka <pgubka@cisco.com>
Tue, 6 Jun 2017 09:13:09 +0000 (11:13 +0200)
committerPeter Gubka <pgubka@cisco.com>
Tue, 6 Jun 2017 09:13:57 +0000 (11:13 +0200)
and set http timeout to 125s

Change-Id: I5631318709a20e3a7af685cd921423319660e4a8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
csit/suites/controller/cluster_singleton/master_stability.robot
csit/suites/controller/cluster_singleton/partition_and_heal.robot
csit/suites/controller/cluster_singleton/partition_and_heal_longevity.robot
csit/suites/controller/dom_notification_broker/noloss_rate_1node.robot
csit/suites/controller/dom_notification_broker/noloss_rate_longevity_1node.robot

index 4b989f8bfa536661d6b40d0a4850568e9ecf52a9..27f6f004c5afc317d90a1caf9af28a0503f11595 100644 (file)
@@ -57,7 +57,7 @@ Unregister_Singleton_Constant_On_Each_Node
 
 *** Keywords ***
 Setup_Keyword
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
     CsCommon.Cluster_Singleton_Init
 
 Get_Node_Idx_To_Unregister
index cc6b6bf8f70bc52a4b35d04d28ce6c3de85ef8a5..b744c5f1c1df610c85d6957bb26726d3c4a033dc 100644 (file)
@@ -65,5 +65,5 @@ Unregister_Singleton_Constant_On_Each_Node
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Suite setup.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
     CsCommon.Cluster_Singleton_Init
index 312912060b86bed230df9396191a428b897556f5..8e82bb4aced10db9be3f51658c6cdb654db05254 100644 (file)
@@ -41,7 +41,7 @@ CS_Pertition_And_Heal
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Suite setup.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
     CsCommon.Cluster_Singleton_Init
 
 Test_Scenario
index c77e90fc50a1946c3d9182cae80b833e303f9b51..54701b84074bde5aa2a3c6b494db3c7025d48272 100644 (file)
@@ -11,7 +11,7 @@ Documentation     DOMNotificationBroker testing: No-loss rate
 ...               The purpose of this test is to determine the broker can forward messages without
 ...               loss. We do this on a single-node setup by incrementally adding publishers and
 ...               subscribers.
-Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
 Suite Teardown    SSHLibrary.Close_All_Connections
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
index b92ae9eb077b21f0390962f226dcb9554d92dbbf..8fd866dac485cdcb2c1f0e5340f0b5a60ad71a66 100644 (file)
@@ -11,7 +11,7 @@ Documentation     DOMNotificationBroker longevity testing: No-loss rate
 ...               The purpose of this test is to determine the broker can forward messages without
 ...               loss. We do this on a single-node setup by incrementally adding publishers and
 ...               subscribers.
-Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
 Suite Teardown    SSHLibrary.Close_All_Connections
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed