SXP: Increase number of retries 13/79413/6
authorIvan Hrasko <ihrasko@cisco.com>
Thu, 10 Jan 2019 13:11:19 +0000 (14:11 +0100)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 11 Jan 2019 21:24:15 +0000 (21:24 +0000)
- increase number of retries to check bindings

JIRA: SXP-150
Change-Id: I6abd25c2ec5c3d54f3036a464851a18636817f0f
Signed-off-by: Ivan Hrasko <ihrasko@cisco.com>
csit/suites/sxp/clustering/040_Bindings_consistency.robot

index d3a57385ef1ba701889a0ec0270e4e2cc10ebc15..aa0612bcc527f0a7b35ddda2966d0c63496de830 100644 (file)
@@ -15,44 +15,44 @@ Isolation of SXP service follower Test Speaker Part
     [Documentation]    Test SXP binding propagation from device to cluster after cluster owner is isolated
     [Setup]    Setup Custom SXP Cluster    speaker
     ${controller_index} =    SxpClusterLib.Get Owner Controller
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
     Isolate SXP Controller    ${controller_index}    ${INADDR_ANY}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${RUNNING_MEMBER}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${RUNNING_MEMBER}
     UnIsolate SXP Controller    ${controller_index}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
     [Teardown]    SxpClusterLib.Clean SXP Cluster
 
 Isolation of SXP noservice follower Test Speaker Part
     [Documentation]    Test SXP binding propagation from device to cluster after cluster (not owner) node is isolated
     [Setup]    Setup Custom SXP Cluster    speaker
     ${controller_index} =    SxpClusterLib.Get Not Owner Controller
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
     Isolate SXP Controller    ${controller_index}    ${INADDR_ANY}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${RUNNING_MEMBER}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${RUNNING_MEMBER}
     UnIsolate SXP Controller    ${controller_index}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${INADDR_ANY}    ClusterManagement__session_${controller_index}
     [Teardown]    SxpClusterLib.Clean SXP Cluster
 
 Isolation of SXP service follower Test Listener Part
     [Documentation]    Test SXP binding propagation from cluster to device after cluster owner is isolated
     [Setup]    Setup Custom SXP Cluster    listener    ${INADDR_ANY}    ${CONTROLLER_SESSION}
     ${controller_index} =    SxpClusterLib.Get Owner Controller
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     Isolate SXP Controller    ${controller_index}    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     UnIsolate SXP Controller    ${controller_index}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     [Teardown]    SxpClusterLib.Clean SXP Cluster
 
 Isolation of SXP noservice follower Test Listener Part
     [Documentation]    Test SXP binding propagation from cluster to device after cluster (not owner) node is isolated
     [Setup]    Setup Custom SXP Cluster    listener    ${INADDR_ANY}    ${CONTROLLER_SESSION}
     ${controller_index} =    SxpClusterLib.Get Not Owner Controller
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     Isolate SXP Controller    ${controller_index}    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     UnIsolate SXP Controller    ${controller_index}
-    BuiltIn.Wait Until Keyword Succeeds    30    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
+    BuiltIn.Wait Until Keyword Succeeds    60    1    Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     [Teardown]    SxpClusterLib.Clean SXP Cluster
 
 *** Keywords ***