X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Flibraries%2FNexusKeywords.robot;h=1a8a8dbe76be2e3f9e312709fab0a5ad7ac53194;hp=68897c74d6c75ec36cef2e9a2409021bb0f80216;hb=HEAD;hpb=60556cb10074caf1be7458d68d88645d660a5806 diff --git a/csit/libraries/NexusKeywords.robot b/csit/libraries/NexusKeywords.robot index 68897c74d6..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 On Session 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