X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FExaBgpLib.robot;h=15167ddde668d83aac83ad2b0a7ea15b9680ec4c;hb=c48764ff24af67a20cd01f658cc12849d6448bd0;hp=ef110c9ee5c58d7bdd0cde97bf022689321427f7;hpb=94651ca9711d8eb316721775561e815830bc6c7e;p=integration%2Ftest.git diff --git a/csit/libraries/ExaBgpLib.robot b/csit/libraries/ExaBgpLib.robot index ef110c9ee5..15167ddde6 100644 --- a/csit/libraries/ExaBgpLib.robot +++ b/csit/libraries/ExaBgpLib.robot @@ -57,7 +57,7 @@ Start_ExaBgp_And_Verify_Connected 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} - BuiltIn.Run_Keyword_Unless "${status}" == "PASS" Stop_ExaBgp + BuiltIn.Run_Keyword_If "${status}" != "PASS" Stop_ExaBgp BuiltIn.Return_From_Keyword_If "${status}" == "PASS" END BuiltIn.Fail Unable to connect ExaBgp to ODL