X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Fsuites%2Fbgpcep%2Fbgpclustering%2FPrefixcountKeywords.robot;h=5b52393e23cce899983d1b64beab4e038909e6ed;hp=51c25ea53c87d1acdc68fbb5bca7338f657f22e9;hb=HEAD;hpb=60556cb10074caf1be7458d68d88645d660a5806 diff --git a/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot b/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot index 51c25ea53c..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} ${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