Replaced usage of a deprecated variable
[integration/test.git] / csit / libraries / NetconfViaRestconf.robot
index 186962e2220150394ae1e2bf690dc3b59eaf3207..89e5c3c706fe2440d8e4788aecc6faf3b3b52e7b 100644 (file)
@@ -40,7 +40,7 @@ FIXME__POLISH_THIS
 Setup_Netconf_Via_Restconf
     [Documentation]    Creates Requests session to be used by subsequent keywords.
     # Do not append slash at the end uf URL, Requests would add another, resulting in error.
-    Create_NVR_Session    nvr_session    ${CONTROLLER}
+    Create_NVR_Session    nvr_session    ${ODL_SYSTEM_IP}
     BuiltIn.Set_Suite_Variable    ${NetconfViaRestconf__active_session}    nvr_session
 
 Teardown_Netconf_Via_Restconf