SXP: Check shard status 30/79630/6
authorIvan Hrasko <ihrasko@cisco.com>
Fri, 18 Jan 2019 08:53:58 +0000 (09:53 +0100)
committerIvan Hrasko <ihrasko@cisco.com>
Fri, 18 Jan 2019 11:59:33 +0000 (11:59 +0000)
JIRA: SXP-150
Change-Id: I244d2a91027f800ae1ca595f0ebbc2521939ffc7
Signed-off-by: Ivan Hrasko <ihrasko@cisco.com>
csit/suites/sxp/cluster-binding/010_Bindings_consistency.robot
csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot

index e57fba282658231dda67760a0c150ab0db8cdc58..d39534c5be90d90bab03f02800603336324b3172 100644 (file)
@@ -59,6 +59,7 @@ Isolation of SXP noservice follower Test Listener Part
 Setup Custom SXP Cluster
     [Arguments]    ${mode}    ${node}=${DEVICE_NODE_ID}    ${session}=${DEVICE_SESSION}
     [Documentation]    Setup custom SXP cluster topology with ${NUM_ODL_SYSTEM} nodes and one device
+    SxpClusterLib.Check Shards Status
     SxpClusterLib.Setup SXP Cluster    ${mode}
     : FOR    ${i}    IN RANGE    1    25
     \    SxpLib.Add Bindings    ${i}0    ${i}.${i}.${i}.${i}/32    node=${node}    session=${session}
index 2f8eb1316730449997bef8ec96e3d61c8c3820d0..742ab58ac20671d2aff811d7ce561a8e4d1532b4 100644 (file)
@@ -87,6 +87,7 @@ Setup Virtual IP
 Setup Nodes And Connections
     [Arguments]    ${peer_mode}
     [Documentation]    Setup and connect SXP cluster topology and one device
+    SxpClusterLib.Check Shards Status
     SxpLib.Add Node    ${DEVICE_NODE_ID}    session=${DEVICE_SESSION}    retry_open_timer=2
     BuiltIn.Wait Until Keyword Succeeds    20x    10s    SxpLib.Check Node Started    ${DEVICE_NODE_ID}    session=${DEVICE_SESSION}
     SxpLib.Add Connection    version4    ${peer_mode}    ${VIRTUAL_IP}    64999    ${DEVICE_NODE_ID}    session=${DEVICE_SESSION}