Replaced usage of a deprecated variable 83/30483/2
authorJozef Behran <jbehran@cisco.com>
Wed, 2 Dec 2015 13:29:28 +0000 (14:29 +0100)
committerVratko Polák <vrpolak@cisco.com>
Thu, 3 Dec 2015 15:09:30 +0000 (15:09 +0000)
Change-Id: Iedec4e0bfa3f18fc76046c511c82b479455b7b51
Signed-off-by: Jozef Behran <jbehran@cisco.com>
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