X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Flibraries%2FConfigViaRestconf.robot;fp=test%2Fcsit%2Flibraries%2FConfigViaRestconf.robot;h=189d23e75b817ef06ff0f87f180084d2978dfa7c;hb=08640680725f963de11918ea587f77186216cff9;hp=582f071efb6f20c385b9a88007f851165401d5d1;hpb=dd3df0ec99fc2d6d506079053ff8f1b19e198237;p=integration.git diff --git a/test/csit/libraries/ConfigViaRestconf.robot b/test/csit/libraries/ConfigViaRestconf.robot index 582f071e..189d23e7 100644 --- a/test/csit/libraries/ConfigViaRestconf.robot +++ b/test/csit/libraries/ConfigViaRestconf.robot @@ -81,7 +81,7 @@ Put_Xml_Config_Via_Restconf [Documentation] Put XML data to given controller-config URI, check reponse text is empty and status_code is one of allowed ones. BuiltIn.Log ${uri_part} BuiltIn.Log ${xml_data} - ${response}= RequestsLibrary.Put_Request cvr_session ${uri_part} data=${xml_data} + ${response}= RequestsLibrary.Put cvr_session ${uri_part} data=${xml_data} BuiltIn.Log ${response.text} BuiltIn.Log ${response.status_code} BuiltIn.Should_Be_Empty ${response.text} @@ -91,7 +91,7 @@ Delete_Config_Via_Restconf [Arguments] ${uri_part} [Documentation] Delete resource at controller-config URI, check reponse text is empty and status_code is 204. BuiltIn.Log ${uri_part} - ${response}= RequestsLibrary.Delete_Request cvr_session ${uri_part} + ${response}= RequestsLibrary.Delete cvr_session ${uri_part} BuiltIn.Log ${response.text} BuiltIn.Should_Be_Empty ${response.text} BuiltIn.Should_Contain ${allowed_status_codes} ${response.status_code}