X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FInventory_Scalability_OF13%2F030__switch_manager.robot;h=e3859159d72630b4522b98b73d905c99fe7656bf;hb=ffd25cfa9e839930852beacb46ca6d3109103f5d;hp=8c18402e476677ae0025b7a8bf2277be8fe0e6db;hpb=e95a901adf07ca608940e8f5ab741ffe46fe52e7;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Inventory_Scalability_OF13/030__switch_manager.robot b/csit/suites/openflowplugin/Inventory_Scalability_OF13/030__switch_manager.robot index 8c18402e47..e3859159d7 100644 --- a/csit/suites/openflowplugin/Inventory_Scalability_OF13/030__switch_manager.robot +++ b/csit/suites/openflowplugin/Inventory_Scalability_OF13/030__switch_manager.robot @@ -18,7 +18,7 @@ List all nodes [Tags] adsal Log ${TOPO_TREE_LEVEL} ${topo_nodes} Get Nodes From Tree Topo (${TOPO_TREE_DEPTH},${TOPO_TREE_FANOUT}) - ${resp} RequestsLibrary.Get ${ODL_CONTROLLER_SESSION} ${REST_CONTEXT}/default/nodes + ${resp} RequestsLibrary.Get Request ${ODL_CONTROLLER_SESSION} ${REST_CONTEXT}/default/nodes Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Response status code error ${jsondata}= To JSON ${resp.content} @@ -28,7 +28,7 @@ List all nodes Check root node connectors [Documentation] List node connectors and verify all connectors are there [Tags] adsal - ${resp} RequestsLibrary.Get ${ODL_CONTROLLER_SESSION} ${REST_CONTEXT}/default/node/OF/00:00:00:00:00:00:00:01 + ${resp} RequestsLibrary.Get Request ${ODL_CONTROLLER_SESSION} ${REST_CONTEXT}/default/node/OF/00:00:00:00:00:00:00:01 Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Response status code error ${TOPO_TREE_FANOUT} Convert To Integer ${TOPO_TREE_FANOUT} @@ -45,7 +45,7 @@ Check Every Nodes Connectors [Arguments] ${topo_nodes} : FOR ${ITEM} IN @{topo_nodes} \ ${IND} Get From Dictionary ${ITEM} id - \ ${resp} RequestsLibrary.Get ${ODL_CONTROLLER_SESSION} ${REST_CONTEXT}/default/node/OF/${IND} + \ ${resp} RequestsLibrary.Get Request ${ODL_CONTROLLER_SESSION} ${REST_CONTEXT}/default/node/OF/${IND} \ Log ${resp.content} \ Should Be Equal As Strings ${resp.status_code} 200 \ Check conn loop ${TOPO_TREE_FANOUT+1} ${IND} ${resp.content}