From: Jozef Behran Date: Fri, 19 Feb 2016 10:42:43 +0000 (+0100) Subject: Replace "Get" with "Get Request" in netconf readiness suite. X-Git-Tag: release/beryllium-sr1~81 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=b577eff1b5f03863c8fbaece0324f1422a9ed9ff 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 --- 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