SXP: Fix "Check Connections" KW usage 43/78543/1
authorIvan Hrasko <ihrasko@cisco.com>
Fri, 7 Dec 2018 15:01:00 +0000 (16:01 +0100)
committerIvan Hrasko <ihrasko@cisco.com>
Fri, 7 Dec 2018 15:01:41 +0000 (16:01 +0100)
Change-Id: Ib52a732dafbbdb66d6cf97b7be448454fc490728
Signed-off-by: Ivan Hrasko <ihrasko@cisco.com>
csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot

index 7ecc8ec043c6025c5b784ccbdb666a9278440daf..bf0946b87d7c3875ffe914da29e49288a6d8ffca 100644 (file)
@@ -40,12 +40,12 @@ Isolation Of SXP Service Follower Listener Test
     [Setup]    Setup Nodes And Connections    listener
     ${cluster_owner} =    SxpClusterLib.Get Owner Controller
     BuiltIn.Wait Until Keyword Succeeds    240    1    SxpClusterLib.Ip Addres Should Be Routed To Follower    ${MAC_ADDRESS_TABLE}    ${VIRTUAL_IP}    ${cluster_owner}
-    Check Connections    ${cluster_owner}    ${DEVICE_NODE_ID}    listener
+    Check Connections    ${cluster_owner}    listener
     Add Bindings To Node    ${CLUSTER_NODE_ID}    ClusterManagement__session_${cluster_owner}
     Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     Isolate SXP Controller    ${cluster_owner}
     BuiltIn.Wait Until Keyword Succeeds    240    1    SxpClusterLib.Ip Addres Should Be Routed To Follower    ${MAC_ADDRESS_TABLE}    ${VIRTUAL_IP}    ${NEW_OWNER}
-    Check Connections    ${NEW_OWNER}    ${DEVICE_NODE_ID}    listener
+    Check Connections    ${NEW_OWNER}    listener
     Check Bindings    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     [Teardown]    Clean Custom SXP Cluster
 
@@ -54,12 +54,12 @@ Isolation Of SXP Service Follower Speaker Test
     [Setup]    Setup Nodes And Connections    speaker
     ${cluster_owner} =    SxpClusterLib.Get Owner Controller
     BuiltIn.Wait Until Keyword Succeeds    240    1    SxpClusterLib.Ip Addres Should Be Routed To Follower    ${MAC_ADDRESS_TABLE}    ${VIRTUAL_IP}    ${cluster_owner}
-    Check Connections    ${cluster_owner}    ${CLUSTER_NODE_ID}    speaker
+    Check Connections    ${cluster_owner}    speaker
     Add Bindings To Node    ${DEVICE_NODE_ID}    ${DEVICE_SESSION}
     Check Bindings    ${CLUSTER_NODE_ID}    ClusterManagement__session_${cluster_owner}
     Isolate SXP Controller    ${cluster_owner}
     BuiltIn.Wait Until Keyword Succeeds    240    1    SxpClusterLib.Ip Addres Should Be Routed To Follower    ${MAC_ADDRESS_TABLE}    ${VIRTUAL_IP}    ${NEW_OWNER}
-    Check Connections    ${NEW_OWNER}    ${CLUSTER_NODE_ID}    speaker
+    Check Connections    ${NEW_OWNER}    speaker
     Check Bindings    ${CLUSTER_NODE_ID}    ClusterManagement__session_${NEW_OWNER}
     [Teardown]    Clean Custom SXP Cluster