X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FPrefixCounting.robot;h=abac3ff9dd4b84daf4462b68aa109763f581a2b5;hb=db9ad6fa42252ac73e36d8dad73223bf624e8d28;hp=e5c494b2dbfa64f467340bbc313a640d2908c0a1;hpb=a96c1608fbe75392943549bf790f37411cc43841;p=integration%2Ftest.git diff --git a/csit/libraries/PrefixCounting.robot b/csit/libraries/PrefixCounting.robot index e5c494b2db..abac3ff9dd 100644 --- a/csit/libraries/PrefixCounting.robot +++ b/csit/libraries/PrefixCounting.robot @@ -35,7 +35,7 @@ Get_Ipv4_Topology ... ... Contrary to Utils.Get_Data_From_URI, this does not Log the (potentially huge) content. [Arguments] ${session}=operational ${topology}=example-ipv4-topology - ${response} = RequestsLibrary.Get_Request ${session} ${PC_NW_TOPOLOGY}=${topology}?content=nonconfig + ${response} = RequestsLibrary.GET On Session ${session} url=${PC_NW_TOPOLOGY}=${topology}?content=nonconfig expected_status=any IF ${response.status_code} != 200 Fail Get on ${topology} returned status code ${response.status_code} with message: ${response.text} END