X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fsuites%2Fbgpcep%2Fbgpclustering%2FPrefixcountKeywords.robot;h=506b41f946f64e0ee08e456f64aff68afef88a40;hb=HEAD;hp=5b52393e23cce899983d1b64beab4e038909e6ed;hpb=ae47f944cd8a56bcc40c9bcd0172a0e04a2c208b;p=integration%2Ftest.git diff --git a/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot b/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot index 5b52393e23..506b41f946 100644 --- a/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot +++ b/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot @@ -137,7 +137,10 @@ Verify_Bgp_Peer_Connection # TODO: This keyword is not specific to prefix counting. Find a better place for it. ${peer_check_url} = BuiltIn.Set_Variable ${REST_API}/bgp-rib:bgp-rib/rib=example-bgp-rib/peer=bgp:%2F%2F ${exp_status_code} = BuiltIn.Set_Variable_If ${connected} 200 404 - ${rsp} = RequestsLibrary.GET On Session ${session} url=${peer_check_url}${peer_ip}?content=nonconfig expected_status=${exp_status_code} + ${rsp} = RequestsLibrary.GET On Session + ... ${session} + ... url=${peer_check_url}${peer_ip}?content=nonconfig + ... expected_status=${exp_status_code} BuiltIn.Log ${rsp.content} Set_Shard_Leaders_Location_And_Verify