From: Ivan Hrasko Date: Fri, 4 Jan 2019 11:26:54 +0000 (+0100) Subject: SXP: Use not equal retry timer value X-Git-Tag: pre-potassium~407 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6253e1c8807825084836ec2db47ef2ecdb332e04;p=integration%2Ftest.git SXP: Use not equal retry timer value - not equal retry timer value allows to deal with VSS switchover JIRA: SXP-147 Change-Id: I998f1f52f8dcc543b4e2e402c0cd3f2b58dbff59 Signed-off-by: Ivan Hrasko --- 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 17df5f280b..edb515ece4 100644 --- a/csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot +++ b/csit/suites/sxp/cluster-routing/020_Sxp_Node_Switching.robot @@ -87,11 +87,11 @@ Setup Virtual IP Setup Nodes And Connections [Arguments] ${peer_mode} [Documentation] Setup and connect SXP cluster topology and one device - SxpLib.Add Node ${DEVICE_NODE_ID} session=${DEVICE_SESSION} + 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} ${cluster_mode} = Sxp.Get Opposing Mode ${peer_mode} - SxpLib.Add Node ${CLUSTER_NODE_ID} session=${CONTROLLER_SESSION} + SxpLib.Add Node ${CLUSTER_NODE_ID} session=${CONTROLLER_SESSION} retry_open_timer=5 BuiltIn.Wait Until Keyword Succeeds 20x 10s SxpClusterLib.Check Cluster Node Started ${CLUSTER_NODE_ID} SxpLib.Add Connection version4 ${cluster_mode} ${DEVICE_NODE_ID} 64999 ${CLUSTER_NODE_ID} session=${CONTROLLER_SESSION}