removing AD-SAL location from testplans
[integration/test.git] / csit / suites / openflowplugin / Inventory_Scalability_OF10 / 050__topology_manager.robot
index f5093cb3ee0037fc1a7c4e8b2edd7ad0d11995f3..280b818a9b46ee86a7d23968a47d41b241f841ba 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for Topology Manager
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTPORT}    auth=${AUTH}    headers=${HEADERS}
+Suite Setup       Create Session    session    http://${ODL_SYSTEM_IP}:${RESTPORT}    auth=${AUTH}    headers=${HEADERS}
 Suite Teardown    Delete All Sessions
 Library           Collections
 Library           RequestsLibrary
@@ -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}