Replace "Get" with "Get Request" in netconf readiness suite. 57/35057/1
authorJozef Behran <jbehran@cisco.com>
Fri, 19 Feb 2016 10:42:43 +0000 (11:42 +0100)
committerJozef Behran <jbehran@cisco.com>
Fri, 19 Feb 2016 10:42:43 +0000 (11:42 +0100)
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 <jbehran@cisco.com>
csit/suites/netconf/ready/netconfready.robot

index 8444bcd55f264b22c92c79664284da88744d4dfd..d3c4f7997811269339479a9e184506af0797776b 100644 (file)
@@ -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