Updated Test references to "Library RequestsLibrary"
[integration/test.git] / test / tools / OF_Test / robot_suites / 998__Independent_OF_Tests_ovs / 010__Connect_256_Switches.txt
index 068ae686b2efd448bb44701e49a1738029ece83b..95eec9439231be5a79d596332481b353f3df3c9b 100644 (file)
@@ -5,7 +5,7 @@ Library        Collections
 Library        XML
 Library        SSHLibrary
 Variables      ../../../../csit/variables/Variables.py
-Library        ../../../../csit/libraries/RequestsLibrary.py
+Library        RequestsLibrary
 Library        ../../../../csit/libraries/Common.py
 
 *** Test Cases ***
@@ -13,7 +13,7 @@ Are 256 Switches Connected
       [Setup]      Start Mininet   256
       [Teardown]   Stop Mininet
       [Documentation]   Checks wheather switches are connected to controller
-      ${resp}=   Get   session     /restconf/operational/network-topology:network-topology/topology/flow:1    headers=${ACCEPT_XML}
+      ${resp}=   RequestsLibrary.Get   session     /restconf/operational/network-topology:network-topology/topology/flow:1    headers=${ACCEPT_XML}
       Log    ${resp.content}
       ${count}=   Get Element Count   ${resp.content}   xpath=node
       Should Be Equal As Numbers    ${count}    256