cleaning up system variables
[integration/test.git] / csit / suites / netconf / notifications / notifications_basic.robot
index c6bd7c66405b1d7c37c7ad1590f55daefd7b289b..8aa74870e494c7b943d5fe64ab0b49e3b630cdf5 100644 (file)
@@ -141,8 +141,8 @@ Setup_Everything
     ${output_log} =    SSHLibrary.Execute_Command    python -c "help('modules')"
     BuiltIn.Log    ${output_log}
     Should Contain    ${output_log}    websocket
-    RequestsLibrary.Create Session    restconf    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}
-    BuiltIn.Log    http://${CONTROLLER}:${RESTCONFPORT}
+    RequestsLibrary.Create Session    restconf    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}
+    BuiltIn.Log    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}
     KarafKeywords.Execute_Controller_Karaf_Command_On_Background    log:set ${CONTROLLER_LOG_LEVEL}
 
 Teardown_Everything