From b577eff1b5f03863c8fbaece0324f1422a9ed9ff Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Fri, 19 Feb 2016 11:42:43 +0100 Subject: [PATCH] Replace "Get" with "Get Request" in netconf readiness suite. To avoid a deprecation warning and a possible breakage of the suite in the future change it to use "Get Request" instead of "Get" to do its checks. Change-Id: I6c68f9d9df6d9bf921f64dbda061daa23d7e841a Signed-off-by: Jozef Behran --- csit/suites/netconf/ready/netconfready.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/netconf/ready/netconfready.robot b/csit/suites/netconf/ready/netconfready.robot index 8444bcd55f..d3c4f79978 100644 --- a/csit/suites/netconf/ready/netconfready.robot +++ b/csit/suites/netconf/ready/netconfready.robot @@ -106,7 +106,7 @@ Teardown_Everything Check_Netconf_Up_And_Running [Arguments] ${pretty_print}=${EMPTY} [Documentation] Make a request to netconf connector's list of mounted devices and check that the request was successful. - ${response}= RequestsLibrary.Get ses restconf/config/network-topology:network-topology/topology/topology-netconf${netconf_connector}${pretty_print} + ${response}= RequestsLibrary.Get_Request ses restconf/config/network-topology:network-topology/topology/topology-netconf${netconf_connector}${pretty_print} BuiltIn.Log ${response.text} BuiltIn.Should_Be_Equal_As_Strings ${response.status_code} 200 -- 2.36.6