X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FBGPSpeaker.robot;h=1cfcc73060edbe73026f5a237d08ae3a208534ad;hb=a4ba85ea8a0caec5b1a14c58e35b3e01d9de1a42;hp=17d5f6789e41afe513bb16d620dac7b86e08cff4;hpb=6604d78d5f679fc5be2e29d10cfe8aaf605b63d1;p=integration%2Ftest.git diff --git a/csit/libraries/BGPSpeaker.robot b/csit/libraries/BGPSpeaker.robot index 17d5f6789e..1cfcc73060 100644 --- a/csit/libraries/BGPSpeaker.robot +++ b/csit/libraries/BGPSpeaker.robot @@ -65,7 +65,7 @@ Verify_BGP_Speaker_Connection ${exp_status_code}= BuiltIn.Set_Variable_If ${connected} 200 404 ${url}= BuiltIn.Set_Variable ... ${REST_API}/bgp-rib:bgp-rib/rib=example-bgp-rib/peer=bgp:%2F%2F${ip}?content=nonconfig - ${response}= RequestsLibrary.GET On Session ${session} ${url} expected_status=${exp_status_code} + ${response}= RequestsLibrary.GET On Session ${session} url=${url} expected_status=${exp_status_code} RETURN ${response.content} Start_BGP_Manager