X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FPrefixCounting.robot;h=3e0fc146b405faf2b40544b845e9385aafcd10c6;hb=b6e65eac5db0ec0342b2958934ba2fdc4e97b47f;hp=2806ce9eccba5f0920526c92f65d8bb22638aa3a;hpb=97b82df2a8571d0d125232058c798fe340bb07c9;p=integration%2Ftest.git diff --git a/csit/libraries/PrefixCounting.robot b/csit/libraries/PrefixCounting.robot index 2806ce9ecc..3e0fc146b4 100644 --- a/csit/libraries/PrefixCounting.robot +++ b/csit/libraries/PrefixCounting.robot @@ -20,7 +20,7 @@ Resource ${CURDIR}/WaitUtils.robot Resource ${CURDIR}/ScalarClosures.robot *** Variables *** -${PC_NW_TOPOLOGY} ${OPERATIONAL_API}/network-topology:network-topology/topology +${PC_NW_TOPOLOGY} ${REST_API}/network-topology:network-topology/topology *** Keywords *** PC_Setup @@ -32,7 +32,7 @@ Get_Ipv4_Topology [Documentation] GET the ${topology} data, check status is 200, return the topology data. ... ... Contrary to Utils.Get_Data_From_URI, this does not Log the (potentially huge) content. - ${response} = RequestsLibrary.Get_Request ${session} ${PC_NW_TOPOLOGY}/${topology} + ${response} = RequestsLibrary.Get_Request ${session} ${PC_NW_TOPOLOGY}=${topology}?content=nonconfig Run_Keyword_If ${response.status_code} != 200 Fail Get on ${topology} returned status code ${response.status_code} with message: ${response.text} [Return] ${response.text}