cleaning up system variables
[integration/test.git] / csit / suites / armoury / basic / 010_Restconf_OK.robot
index 7f9cede55758befd5474503e6c0bddfeb6840903..7fe98847e2a50c5d1a61c2ed0cf5ff02b3e6c8de 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