X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FSxpClusterLib.robot;h=ca593bdff229057a88c8117d9436db39d5ee468a;hb=d0b1ef8d87d486787c777763ce9e73a38e49db54;hp=f88e2116a0c73520987abcbd3a5dddad1f6738f9;hpb=4612dab330ddd3438f45a19b3af8c9fced636f4f;p=integration%2Ftest.git diff --git a/csit/libraries/SxpClusterLib.robot b/csit/libraries/SxpClusterLib.robot index f88e2116a0..ca593bdff2 100644 --- a/csit/libraries/SxpClusterLib.robot +++ b/csit/libraries/SxpClusterLib.robot @@ -65,7 +65,7 @@ Setup SXP Cluster Clean SXP Cluster [Documentation] Disconnect SXP cluster topology SxpLib.Delete Node ${DEVICE_NODE_ID} session=${DEVICE_SESSION} - SxpLib.Delete Node ${INADDR_ANY} session=${CONTROLLER_SESSION} + BuiltIn.Wait Until Keyword Succeeds 3x 10s SxpLib.Delete Node ${INADDR_ANY} session=${CONTROLLER_SESSION} Check Cluster Node started [Arguments] ${node} ${port}=64999 ${ip}=${node} @@ -107,7 +107,7 @@ Check Cluster is Connected Get Owner Controller [Arguments] ${running_member}=1 [Documentation] Find cluster controller that is marked as cluster owner by requesting ownership data from ${running_member} node of the cluster - ${owner} ${candidates} = BuiltIn.Wait_Until_Keyword_Succeeds 5x 2s ClusterManagement.Get_Owner_And_Successors_For_Device org.opendaylight.sxp.controller.boot.SxpControllerInstance + ${owner} ${candidates} = BuiltIn.Wait Until Keyword Succeeds 5x 2s ClusterManagement.Get_Owner_And_Successors_For_Device org.opendaylight.sxp.controller.boot.SxpControllerInstance ... Sxp ${running_member} [Return] ${owner}