X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FInventory_Scalability_OF13%2F040__statistics_manager.robot;fp=csit%2Fsuites%2Fopenflowplugin%2FInventory_Scalability_OF13%2F040__statistics_manager.robot;h=f0d2a39fb21485a0657fd6f6670a3039c84d690d;hb=ffd25cfa9e839930852beacb46ca6d3109103f5d;hp=315502d21fb0fa5d5a611975cf4b3131ff8f3367;hpb=e95a901adf07ca608940e8f5ab741ffe46fe52e7;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Inventory_Scalability_OF13/040__statistics_manager.robot b/csit/suites/openflowplugin/Inventory_Scalability_OF13/040__statistics_manager.robot index 315502d21f..f0d2a39fb2 100644 --- a/csit/suites/openflowplugin/Inventory_Scalability_OF13/040__statistics_manager.robot +++ b/csit/suites/openflowplugin/Inventory_Scalability_OF13/040__statistics_manager.robot @@ -39,7 +39,7 @@ get table stats *** Keywords *** Check For Correct Number Of Nodes At URI [Arguments] ${uri} ${topo_nodes} - ${resp} RequestsLibrary.Get session ${REST_CONTEXT}/${CONTAINER}/${uri} + ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT}/${CONTAINER}/${uri} Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Should Contain X Times ${resp.content} "00:00:00:00:00:00:00:01" ${TOPO_TREE_FANOUT+2} @@ -49,7 +49,7 @@ Check For Correct Number Of Nodes At URI Check For All Nodes At URI [Arguments] ${uri} ${topo_nodes} - ${resp} RequestsLibrary.Get session ${REST_CONTEXT}/${CONTAINER}/${uri} + ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT}/${CONTAINER}/${uri} Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 : FOR ${ITEM} IN @{topo_nodes}