From: Jozef Behran Date: Wed, 2 Dec 2015 13:29:28 +0000 (+0100) Subject: Replaced usage of a deprecated variable X-Git-Tag: release/beryllium-sr1~276 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=91a8b0e6fcd1c81deb2191d57f76ec96ecb56dcb Replaced usage of a deprecated variable Change-Id: Iedec4e0bfa3f18fc76046c511c82b479455b7b51 Signed-off-by: Jozef Behran --- 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