cleaning up system variables
[integration/test.git] / csit / suites / didm / basic / 010_Didm.robot
index 07cc470e56cea4a3a66569c5793ddc22b14d5c99..ef3a94e9370745efc4d0e2ecd882275e326a876b 100644 (file)
@@ -25,7 +25,7 @@ ${DEVICE_TYPE}    "mininet-didm:mininet-device-type"
 Verify Device Identification
     [Documentation]    Verification of Device type identification feature with device driver installed.
     [Tags]    DIDM
-    ${resp}    RequestsLibrary.Get    session    ${OPERATIONAL_NODES_API}
+    ${resp}    RequestsLibrary.Get Request    session    ${OPERATIONAL_NODES_API}
     Should Be Equal As Strings    ${resp.status_code}    200
     Should Contain    ${resp.content}    ${DIDM_ID}
     Should Contain    ${resp.content}    ${DEVICE_TYPE}
@@ -40,4 +40,4 @@ Setup Didm Environment
     Install a Feature    odl-didm-mininet
     Install a Feature    odl-hp3800
     Start Suite
-    Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
+    Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}