Replace deprecated variables in suites/iotdm (1).
[integration/test.git] / csit / suites / iotdm / basic / 010_Restconf_OK.robot
index 9efa093fc36cd6327e8020bd4aeb86658b48d4d0..16420fc01914ec1685d9b6d09da42877d656312f 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite to verify Restconf is OK
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Setup       Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
 Suite Teardown    Delete All Sessions
 Library           RequestsLibrary
 Library           ../../../libraries/Common.py