From 5acd15c694af6200c6f85e7e3b3b6dd7a7012eb9 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 7 Dec 2018 16:01:00 +0100 Subject: [PATCH] SXP: Fix "Check Connections" KW usage Change-Id: Ib52a732dafbbdb66d6cf97b7be448454fc490728 Signed-off-by: Ivan Hrasko --- .../sxp/cluster-routing/020_Sxp_Node_Switching.robot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot b/csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot index 7ecc8ec043..bf0946b87d 100644 --- a/csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot +++ b/csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot @@ -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 -- 2.36.6