X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FNexusKeywords.robot;h=1a8a8dbe76be2e3f9e312709fab0a5ad7ac53194;hb=1df85cc733881a9c386f46302a902bcfe05595fe;hp=87ccc7adbd3876e147bafcf0c022672fd54eb46e;hpb=c6a7772a471f6f8c822bf0ea3eb95fefd5754830;p=integration%2Ftest.git diff --git a/csit/libraries/NexusKeywords.robot b/csit/libraries/NexusKeywords.robot index 87ccc7adbd..1a8a8dbe76 100644 --- a/csit/libraries/NexusKeywords.robot +++ b/csit/libraries/NexusKeywords.robot @@ -371,7 +371,7 @@ Get_ODL_Versions_From_Nexus [Documentation] Returns name of last release found on nexus and list of all versions. RequestsLibrary.Create_Session nexus ${NEXUS_RELEASES_URL} verify=${TRUE} ${uri} = BuiltIn.Set_Variable maven-metadata.xml - ${response} = RequestsLibrary.Get_Request nexus ${uri} + ${response} = RequestsLibrary.GET On Session nexus url=${uri} BuiltIn.Log ${response.text} ${root} = XML.Parse_XML ${response.text} ${element} = XML.Get_Element ${root} versioning/latest