Moved calls to "RequestLibrary.<action> Request" in suites/openflowplugin/
[integration/test.git] / csit / suites / openflowplugin / Inventory_Scalability_OF13 / 050__topology_manager.robot
index e5749fdaa0f92f086be9b0c4ea5d8ca2807ad48b..280b818a9b46ee86a7d23968a47d41b241f841ba 100644 (file)
@@ -25,7 +25,7 @@ Get Topology
 *** Keywords ***
 Check Link Counts For Each Node
     [Arguments]    ${topo_nodes}    ${leaflist}
-    ${resp}    RequestsLibrary.Get    session    ${REST_CONTEXT}/${CONTAINER}
+    ${resp}    RequestsLibrary.Get Request    session    ${REST_CONTEXT}/${CONTAINER}
     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}