X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FExaBgpLib.robot;fp=csit%2Flibraries%2FExaBgpLib.robot;h=24cd477f8f257279e2d98a72e3bb6138afc4aeca;hb=f6fae1836f1e597474298d26e9f8c1defff195b2;hp=4e8e4de0eac8bceb55484509521be7065811f0be;hpb=a412077c5da3a26ab39dcafaf370c4bacacddc0f;p=integration%2Ftest.git diff --git a/csit/libraries/ExaBgpLib.robot b/csit/libraries/ExaBgpLib.robot index 4e8e4de0ea..24cd477f8f 100644 --- a/csit/libraries/ExaBgpLib.robot +++ b/csit/libraries/ExaBgpLib.robot @@ -42,7 +42,7 @@ Start_ExaBgp_And_Verify_Connected [Arguments] ${cfg_file} ${session} ${exabgp_ip} ${connection_retries}=${1} [Documentation] Starts the ExaBgp and verifies its connection. The verification is done by checking the presence ... of the peer in the bgp rib. - : FOR ${idx} IN RANGE ${connection_retries} + : FOR ${idx} IN RANGE ${connection_retries} \ Start_ExaBgp ${cfg_file} \ ${status} ${value}= BuiltIn.Run_Keyword_And_Ignore_Error BuiltIn.Wait_Until_Keyword_Succeeds 3x 3s \ ... Verify_ExaBgps_Connection ${session} ${exabgp_ip} connected=${True}