From 91a8b0e6fcd1c81deb2191d57f76ec96ecb56dcb Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Wed, 2 Dec 2015 14:29:28 +0100 Subject: [PATCH] Replaced usage of a deprecated variable Change-Id: Iedec4e0bfa3f18fc76046c511c82b479455b7b51 Signed-off-by: Jozef Behran --- csit/libraries/NetconfViaRestconf.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/NetconfViaRestconf.robot b/csit/libraries/NetconfViaRestconf.robot index 186962e222..89e5c3c706 100644 --- a/csit/libraries/NetconfViaRestconf.robot +++ b/csit/libraries/NetconfViaRestconf.robot @@ -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 -- 2.36.6