Moved calls to "RequestLibrary.<action> Request" in suites/openflowplugin/
[integration/test.git] / csit / suites / openflowplugin / MD_SAL_NSF_OF10 / 020__restconf_topology.robot
index 3cd5b63d436a029766a3fc9cf6bc41ee9141ba07..3616d7256d55a6b18d0f0cbe5fa7b750df6edad6 100644 (file)
@@ -16,7 +16,7 @@ ${REST_CONTEXT}    /restconf/operational/network-topology:network-topology
 Get RESTCONF Topology
     [Documentation]    Get RESTCONF Topology and validate the result.
     Wait Until Keyword Succeeds    30s    2s    Ensure All Nodes Are In Response    ${REST_CONTEXT}    ${node_list}
-    ${resp}    RequestsLibrary.Get    session    ${REST_CONTEXT}
+    ${resp}    RequestsLibrary.Get Request    session    ${REST_CONTEXT}
     Log    ${resp.content}
 
 List all the links
@@ -81,7 +81,7 @@ Add Port
 *** Keywords ***
 Verify Links
     [Arguments]    ${expected_links}
-    ${resp}    RequestsLibrary.Get    session    ${REST_CONTEXT}/topology/flow:1
+    ${resp}    RequestsLibrary.Get Request    session    ${REST_CONTEXT}/topology/flow:1
     Log    ${resp.content}
     Should Be Equal As Strings    ${resp.status_code}    200
     ${result}    To JSON    ${resp.content}