X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FBgpOperations.robot;h=ad3d40e6407cc91c5f8abc0637bad7b4493433db;hb=HEAD;hp=1a9591cb10096c57c2d5301fc008f5625bd2e40d;hpb=a4ba85ea8a0caec5b1a14c58e35b3e01d9de1a42;p=integration%2Ftest.git diff --git a/csit/libraries/BgpOperations.robot b/csit/libraries/BgpOperations.robot index 1a9591cb10..ad3d40e640 100644 --- a/csit/libraries/BgpOperations.robot +++ b/csit/libraries/BgpOperations.robot @@ -273,7 +273,7 @@ AddNeighbor To BGP Configuration On ODL Get BGP Configuration On ODL [Documentation] Get bgp configuration [Arguments] ${odl_session} - ${resp} = RequestsLibrary.GET On Session alias=${odl_session} url=${CONFIG_API}/ebgp:bgp/ + ${resp} = RequestsLibrary.GET On Session ${odl_session} url=${CONFIG_API}/ebgp:bgp/ Log ${resp.text} RETURN ${resp.text} @@ -281,7 +281,7 @@ Delete BGP Configuration On ODL [Documentation] Delete BGP [Arguments] ${odl_session} ${resp} = RequestsLibrary.DELETE On Session - ... alias=${odl_session} + ... ${odl_session} ... url=${CONFIG_API}/ebgp:bgp/ ... expected_status=200 Log ${resp.text} @@ -314,7 +314,7 @@ Check_Example_Bgp_Rib_Content [Documentation] Check the example-bgp-rib content for string [Arguments] ${session} ${substr} ${error_message}=${JSONKEYSTR} not found, but expected. ${response} = RequestsLibrary.GET On Session - ... alias=${session} + ... ${session} ... url=${REST_API}/${BGP_RIB_URI}?content=nonconfig BuiltIn.Log ${response.status_code} BuiltIn.Log ${response.text} @@ -324,7 +324,7 @@ Check_Example_Bgp_Rib_Does_Not_Contain [Documentation] Check the example-bgp-rib does not contain the string [Arguments] ${session} ${substr} ${error_message}=${JSONKEYSTR} found, but not expected. ${response} = RequestsLibrary.GET On Session - ... alias=${session} + ... ${session} ... url=${REST_API}/${BGP_RIB_URI}?content=nonconfig BuiltIn.Log ${response.status_code} BuiltIn.Log ${response.text} @@ -334,7 +334,7 @@ Check_Example_IPv4_Topology_Content [Documentation] Check the example-ipv4-topology content for string [Arguments] ${session} ${string_to_check}=${EMPTY} ${response} = RequestsLibrary.GET On Session - ... alias=${session} + ... ${session} ... url=${REST_API}/${BGP_TOPOLOGY_URI}?content=nonconfig BuiltIn.Log ${response.status_code} BuiltIn.Log ${response.text} @@ -344,7 +344,7 @@ Check_Example_IPv4_Topology_Does_Not_Contain [Documentation] Check the example-ipv4-topology does not contain the string [Arguments] ${session} ${string_to_check} ${response} = RequestsLibrary.GET On Session - ... alias=${session} + ... ${session} ... url=${REST_API}/${BGP_TOPOLOGY_URI}?content=nonconfig BuiltIn.Log ${response.status_code} BuiltIn.Log ${response.text}