Set http_timeout=30 for several controller suites 94/56594/8
authorPeter Gubka <pgubka@cisco.com>
Fri, 5 May 2017 11:02:24 +0000 (13:02 +0200)
committerVratko Polák <vrpolak@cisco.com>
Sun, 7 May 2017 13:48:32 +0000 (13:48 +0000)
Change-Id: Ibaec937c5f13986b3919fdfac1485fd97c7a9147
Signed-off-by: Peter Gubka <pgubka@cisco.com>
33 files changed:
csit/libraries/KarafKeywords.robot
csit/libraries/SetupUtils.robot
csit/suites/controller/cluster_singleton/chasing_the_leader.robot
csit/suites/controller/cluster_singleton/chasing_the_leader_longevity.robot
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_data_broker/clean_leader_shutdown.robot
csit/suites/controller/dom_data_broker/clean_leader_shutdown_prefbasedshard.robot
csit/suites/controller/dom_data_broker/client_isolation.robot
csit/suites/controller/dom_data_broker/client_isolation_prefbasedshard.robot
csit/suites/controller/dom_data_broker/ddb-sanity-module-based.robot
csit/suites/controller/dom_data_broker/ddb-sanity-prefix-based.robot
csit/suites/controller/dom_data_broker/explicit_leader_movement.robot
csit/suites/controller/dom_data_broker/explicit_leader_movement_longevity.robot
csit/suites/controller/dom_data_broker/explicit_leader_movement_prefbasedshard.robot
csit/suites/controller/dom_data_broker/leader_isolation.robot
csit/suites/controller/dom_data_broker/leader_isolation_prefbasedshard.robot
csit/suites/controller/dom_data_broker/remote_listener.robot
csit/suites/controller/dom_data_broker/remote_listener_prefbasedshard.robot
csit/suites/controller/dom_data_broker/restart_odl_with_tell_based_false.robot
csit/suites/controller/dom_data_broker/restart_odl_with_tell_based_true.robot
csit/suites/controller/dom_notification_broker/noloss_rate_1node.robot
csit/suites/controller/dom_notification_broker/noloss_rate_longevity_1node.robot
csit/suites/controller/dom_rpc_broker/action_provider_partition_and_heal.robot
csit/suites/controller/dom_rpc_broker/action_provider_precedence.robot
csit/suites/controller/dom_rpc_broker/rpc_provider_partition_and_heal.robot
csit/suites/controller/dom_rpc_broker/rpc_provider_partition_and_heal_longevity.robot
csit/suites/controller/dom_rpc_broker/rpc_provider_precedence.robot
csit/suites/controller/dom_rpc_broker/rpc_provider_precedence_longevity.robot
csit/suites/controller/singleton_service/global_rpc_freeze.robot
csit/suites/controller/singleton_service/global_rpc_isolate.robot
csit/suites/controller/singleton_service/global_rpc_kill.robot

index d4fa475c854b508a02acd5c5da685d631fdb1ab5..12cc452bf0e8b5f52061cdb312b5d5d9973ba687 100644 (file)
@@ -14,8 +14,9 @@ ${connection_index_dict}    &{EMPTY}
 
 *** Keywords ***
 Setup Karaf Keywords
+    [Arguments]    ${http_timeout}=1
     [Documentation]    Initialize ClusterManagement. Open ssh karaf connections to each ODL.
-    ClusterManagement.ClusterManagement_Setup
+    ClusterManagement.ClusterManagement_Setup    http_timeout=${http_timeout}
     BuiltIn.Comment    First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.
     : FOR    ${index}    IN    @{ClusterManagement__member_index_list}
     \    BuiltIn.Wait_Until_Keyword_Succeeds    10x    0.2s    Open Controller Karaf Console On Background    member_index=${index}
index 4f6ba3d69a2662ccd0263a43474ecad61f6b1828..b6055d3eb719cff39328087b32d0bde71f532f86 100644 (file)
@@ -23,10 +23,11 @@ ${SetupUtils__Known_Bug_ID}    ${EMPTY}
 
 *** Keywords ***
 Setup_Utils_For_Setup_And_Teardown
+    [Arguments]    ${http_timeout}=1
     [Documentation]    Prepare both FailFast and Karaf logging, log that the caller suite has started.
     ...    This keyword is to be used in suite setup, and without it the other keywords may not work properly.
     FailFast.Do_Not_Fail_Fast_From_Now_On
-    KarafKeywords.Setup Karaf Keywords
+    KarafKeywords.Setup Karaf Keywords    http_timeout=${http_timeout}
     BuiltIn.Run Keyword And Ignore Error    KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf
 
 Setup_Test_With_Logging_And_Fast_Failing
index 31d6c79c5d6b018e774111e98a8a0bd7970d75c8..092da08aa59eb29783cb733e30d26b246b34d83f 100644 (file)
@@ -42,5 +42,5 @@ Unregister_Candidates_And_Validate_Criteria
 
 *** Keywords ***
 Setup_Keyword
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     CsCommon.Cluster_Singleton_Init
index 5441c7dd1349e4a1b16d36ff7942f8e519153629..f5b61271735b154e27892eedd15c9d4dfff0de84 100644 (file)
@@ -42,5 +42,5 @@ Unregister_Candidates_And_Validate_Criteria
 
 *** Keywords ***
 Setup_Keyword
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     CsCommon.Cluster_Singleton_Init
index 1766fa74e65e8b48518865fb088b1f3cb2c04d4c..bd48a6b5f7be4944fa05feaca872e91ef97cb9e9 100644 (file)
@@ -57,7 +57,7 @@ Unregister_Singleton_Constant_On_Each_Node
 
 *** Keywords ***
 Setup_Keyword
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     CsCommon.Cluster_Singleton_Init
 
 Get_Node_Idx_To_Unregister
index 7fc2b56a6def23f298cbbc5268fec271444d90af..97d2ce2e78d8ad84816e432bdad084a9c9b4a506 100644 (file)
@@ -66,5 +66,5 @@ Unregister_Singleton_Constant_On_Each_Node
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Suite setup.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     CsCommon.Cluster_Singleton_Init
index 46b78a23828a309e30286d18c05c840bb06cea1c..51d7bd8613385408554db34d4aad39262c6f275c 100644 (file)
@@ -41,7 +41,7 @@ CS_Pertition_And_Heal
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Suite setup.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     CsCommon.Cluster_Singleton_Init
 
 Test_Scenario
index f9bdb94a6bed40bf65693c4403f82ecbe05bf8e9..f949ae1e53f4950e9ed6858fb8e568671d297a4b 100644 (file)
@@ -11,8 +11,7 @@ Documentation     DOMDataBroker testing: Clean Leader Shutdown
 ...               leader is shut down cleanly. This is performed by having a steady-stream
 ...               producer execute operations against the shard and then initiate leader shard
 ...               shutdown, then the producer is shut down cleanly.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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
@@ -20,7 +19,6 @@ Default Tags      critical
 Test Template     DdbCommons.Clean_Leader_Shutdown_Test_Templ
 Library           SSHLibrary
 Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
-Resource          ${CURDIR}/../../../libraries/ClusterManagement.robot
 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
 
 *** Test Cases ***
index aef3db120cb5cefda9699e8cc78e6e62b3411502..251ff7bbdf5ac19a36f6bf88a5dfa5b30b8a323b 100644 (file)
@@ -11,8 +11,7 @@ Documentation     DOMDataBroker testing: Clean Leader Shutdown
 ...               leader is shut down cleanly. This is performed by having a steady-stream
 ...               producer execute operations against the shard and then initiate leader shard
 ...               shutdown, then the producer is shut down cleanly.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       BuiltIn.Run_Keywords    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 ...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
 Suite Teardown    BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
 ...               AND    SSHLibrary.Close_All_Connections
@@ -22,7 +21,6 @@ Default Tags      critical
 Test Template     DdbCommons.Clean_Leader_Shutdown_PrefBasedShard_Test_Templ
 Library           SSHLibrary
 Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
-Resource          ${CURDIR}/../../../libraries/ClusterManagement.robot
 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
 
 *** Test Cases ***
index bdfea05c0e1c0b0b6cb91ccd1b652f9e024be329..735803a00de0f40883d9ee803a7c8f100ec67d87 100644 (file)
@@ -11,8 +11,7 @@ Documentation     DOMDataBroker testing: Client Isolation
 ...               cds-access-client work as expected. This is performed by having a steady
 ...               stream of transactions flowing from the frontend and isolating the node hosting
 ...               the frontend from the rest of the cluster.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 aecdb70d54548dd855f5cf766113b9756091f828..d0a5d9eddb95d9df64d5fdeeab1632e178845626 100644 (file)
@@ -11,8 +11,7 @@ Documentation     DOMDataBroker testing: Client Isolation
 ...               cds-access-client work as expected. This is performed by having a steady
 ...               stream of transactions flowing from the frontend and isolating the node hosting
 ...               the frontend from the rest of the cluster.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       BuiltIn.Run_Keywords    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 ...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
 Suite Teardown    BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
 ...               AND    SSHLibrary.Close_All_Connections
index ab800bc0126b59fbcd5f05e2e9ab6bf656cca25e..ec24f2e66f45102e6230b22db45473f5c7046561 100644 (file)
@@ -12,8 +12,7 @@ Documentation     DOMDataBroker testing: Module based shards sanity suite
 ...               other suites.
 ...               It also verify the ability of the odl-controller-test-app to perform
 ...               several activities.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 50d910aa39188417d60c5731401e11453e0c4754..b7675883d50f9d090b081818e120fcc56d6782d6 100644 (file)
@@ -12,8 +12,7 @@ Documentation     DOMDataBroker testing: Module based shards sanity suite
 ...               other suites.
 ...               It also verify the ability of the odl-controller-test-app to perform
 ...               several activities.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       BuiltIn.Run_Keywords    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 ...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
 Suite Teardown    BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
 ...               AND    SSHLibrary.Close_All_Connections
index ce17df038ab5939004584dbb62096c7c2f420423..0e900b3be4a062b49cf7091354b330526f8d00d5 100644 (file)
@@ -11,8 +11,7 @@ Documentation     DOMDataBroker testing: Explicit Leader Movement
 ...               leader is moved as the result of explicit application request. This is performed
 ...               by having a steady-stream producer execute operations against the shard and then
 ...               initiate shard leader shutdown, then the producer is shut down cleanly.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 6d44c71dd94a28d6be9240c2638ceaf139814ceb..d12123230bbddf00398f3f18d7403cf29471313d 100644 (file)
@@ -11,7 +11,7 @@ Documentation     DOMDataBroker testing: Explicit Leader Movement
 ...               leader is moved as the result of explicit application request. This is performed
 ...               by having a steady-stream producer execute operations against the shard and then
 ...               initiate shard leader shutdown, then the producer is shut down cleanly.
-Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 04cefb8320f3317c70a1f80f063392c0a5394e5a..8745215f8a1a74e579ad6e7e49f61b4f45ce29c2 100644 (file)
@@ -11,8 +11,7 @@ Documentation     DOMDataBroker testing: Explicit Leader Movement
 ...               leader is moved as the result of explicit application request. This is performed
 ...               by having a steady-stream producer execute operations against the shard and then
 ...               initiate shard leader shutdown, then the producer is shut down cleanly.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       BuiltIn.Run_Keywords    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 ...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
 Suite Teardown    BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
 ...               AND    SSHLibrary.Close_All_Connections
index f4b741f013dde941a6445a8704cd5383b776947f..d49362a5473fcdae5479c34e476aa8ecf2d91070 100644 (file)
@@ -9,8 +9,7 @@ Documentation     DOMDataBroker testing: Leader Isolation
 ...
 ...               The goal is to ensure the datastore succeeds in basic isolation/rejoin scenario,
 ...               simulating either a network partition, or a prolonged GC pause.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 d479a8be387c996de4952696f8faa11bfb4350ef..3acb2dd7d01e04540e78dec3f9366b31a18d3eb3 100644 (file)
@@ -9,8 +9,7 @@ Documentation     DOMDataBroker testing: Leader Isolation
 ...
 ...               The goal is to ensure the datastore succeeds in basic isolation/rejoin scenario,
 ...               simulating either a network partition, or a prolonged GC pause.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       BuiltIn.Run_Keywords    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 ...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
 Suite Teardown    BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
 ...               AND    SSHLibrary.Close_All_Connections
index 976192842c25713f31f40e4514a66871b5caf82e..57e29fa1b8aafa93835a8e1ec4fc4ca8c2d2f48d 100644 (file)
@@ -10,8 +10,7 @@ Documentation     DOMDataBroker testing: Remote Listener
 ...               The goal is to ensure listeners do no observe disruption when the leader moves.
 ...               This is performed by having a steady stream of transactions being observed by
 ...               the listeners and having the leader move.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 a365b2fe1f446e7e4ce5ce63b708a9448f1ea2db..e50547d3e893360e3fe753cc05774092595368eb 100644 (file)
@@ -10,8 +10,7 @@ Documentation     DOMDataBroker testing: Remote Listener
 ...               The goal is to ensure listeners do no observe disruption when the leader moves.
 ...               This is performed by having a steady stream of transactions being observed by
 ...               the listeners and having the leader move.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       BuiltIn.Run_Keywords    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 ...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
 Suite Teardown    BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
 ...               AND    SSHLibrary.Close_All_Connections
index 0df01076e6f54187be456c121db43bf29a26f8c0..8ea8bab2c5af8bda756290f803997c36e6aeff40 100644 (file)
@@ -9,8 +9,7 @@ Documentation     Unset tell-based protocol usage
 ...
 ...               Suite stops all odl nodes, outcomment usage of tell-based protocol in
 ...               config file (means make it false by default) and starts all nodes again.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 Suite Teardown    SSHLibrary.Close_All_Connections
 Library           SSHLibrary
 Resource          ${CURDIR}/../../../libraries/ClusterManagement.robot
index 862d2844eabc66f02752a6ea7c32f02ed76b0286..e37310cbea4ea9e2d80d61e4ec2041d3ad858a30 100644 (file)
@@ -9,8 +9,7 @@ Documentation     Set tell-based protocol usage
 ...
 ...               Suite stops all odl nodes, un-comment usage of tell-based protocol in
 ...               config file (means make it true) and starts all nodes again.
-Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
-...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 Suite Teardown    SSHLibrary.Close_All_Connections
 Library           SSHLibrary
 Resource          ${CURDIR}/../../../libraries/ClusterManagement.robot
index 38a5752b7902579d33cac18598a2163b009bf81f..c77e90fc50a1946c3d9182cae80b833e303f9b51 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
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 67a012508fe406a5be8279ad5b6f9508ba72a886..b92ae9eb077b21f0390962f226dcb9554d92dbbf 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
+Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
 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 1083e3a1306600210a4cfa90f75894f0cbb2524f..52540a98e0e396f0bb86da4baaa983536ee6568b 100644 (file)
@@ -87,7 +87,7 @@ Unregister_Rpc_On_Each_Node
 *** Keywords ***
 Setup_Kw
     [Documentation]    Setup keyword. Create ${possible_constants} list with possible variables of remote constants.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     ${all_indices} =    ClusterManagement.List_All_Indices
     BuiltIn.Set_Suite_Variable    ${all_indices}
     ${non_installed_rpc_member_idx_list} =    ClusterManagement.List_All_Indices
index b2df3ff33ccac36ee1691b4a4eb31567f289a6ba..7fab9bb6627f0f0dcf5c3750da18ea6c61df2268 100644 (file)
@@ -73,7 +73,7 @@ Unregister_Rpc_On_Each_Node
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Create a list of possible constant responses on the node with unregistered rpc.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     ${full_cluster_index_list} =    ClusterManagement.List_All_Indices
     BuiltIn.Set_Suite_Variable    ${full_cluster_index_list}
     ${allowed_values} =    BuiltIn.Create_List
index ebe3561d594908a43226ac7ff3d45b2e8f7b487a..f82a1ef83abc68ea04c790dd2cdb47fa350314c8 100644 (file)
@@ -87,5 +87,5 @@ Unregister_Rpc_On_Each_Node
 *** Keywords ***
 Setup_Kw
     [Documentation]    Setup keyword. Create ${possible_constants} list with possible variables of remote constants.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     DrbCommons.DrbCommons_Init
index 43aae027cb37aaa1f09b59d7c496765c01e5aa0e..49f2619915c7a1eabbc5d288e2a6f22edb16663a 100644 (file)
@@ -31,7 +31,7 @@ Rpc_Provider_Precedence_Longevity
 *** Keywords ***
 Setup_Kw
     [Documentation]    Setup keyword. Create ${possible_constants} list with possible variables of remote constants.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     DrbCommons.DrbCommons_Init
 
 Test_Scenario
index 71856bb5d9ae48b253509d42c2c81170e6f1f563..d2c363abd8467de205e7617a065e8648d52c1427 100644 (file)
@@ -59,5 +59,5 @@ Unregister_Rpc_On_Each_Node
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Create a list of possible constant responses on the node with unregistered rpc.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     DrbCommons.DrbCommons_Init
index 0b2477e3ac5e9238b18a90f8175793874d4389c9..b2187bcfc91491fa7a1f59c310bf26b56c057071 100644 (file)
@@ -30,7 +30,7 @@ Rpc_Provider_Precedence_Longevity
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Create a list of possible constant responses on the node with unregistered rpc.
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     DrbCommons.DrbCommons_Init
 
 Test_Scenario
index 24d78f132e3714e0e67929731d4118e5e68f9759..2073a41343d5910ed3b093f42da3147caadb7124 100644 (file)
@@ -88,7 +88,7 @@ Rpc_After_Rejoin_On_All
 
 *** Keywords ***
 Setup_Suite
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     SetupUtils.Setup_Logging_For_Debug_Purposes_On_List_Or_All    ${TEST_LOG_LEVEL}    ${TEST_LOG_COMPONENTS}
 
 Run_Rpc
index 1ff2ccfb948597bffbfb1247c688ba140adb67cb..d1b4e6ae248b430bdbe3b25bc6139762a8c7b4d9 100644 (file)
@@ -93,7 +93,7 @@ Rpc_After_Rejoin_On_All
 
 *** Keywords ***
 Setup_Suite
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     SetupUtils.Setup_Logging_For_Debug_Purposes_On_List_Or_All    ${TEST_LOG_LEVEL}    ${TEST_LOG_COMPONENTS}
 
 Run_Rpc
index 2cbcc42ca271fcc10d5cb7e547628dbcce619739..0d2ce10ffeec098c5ba8255634362a6ea9410730 100644 (file)
@@ -85,7 +85,7 @@ Rpc_After_Rejoin_On_All
 
 *** Keywords ***
 Setup_Suite
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
     SetupUtils.Setup_Logging_For_Debug_Purposes_On_List_Or_All    ${TEST_LOG_LEVEL}    ${TEST_LOG_COMPONENTS}
 
 Run_Rpc