X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FNexusKeywords.robot;h=87ccc7adbd3876e147bafcf0c022672fd54eb46e;hb=ed21a490424b14b7ab82618703580c90a6c217da;hp=fb9ac4cfbbecf55b8c5a8e23fd9c9dfcf8dc23ba;hpb=a96c1608fbe75392943549bf790f37411cc43841;p=integration%2Ftest.git diff --git a/csit/libraries/NexusKeywords.robot b/csit/libraries/NexusKeywords.robot index fb9ac4cfbb..87ccc7adbd 100644 --- a/csit/libraries/NexusKeywords.robot +++ b/csit/libraries/NexusKeywords.robot @@ -29,7 +29,7 @@ Resource ${CURDIR}/Utils.robot *** Variables *** &{COMPONENT_MAPPING} -... netconf=netconf-impl +... netconf=netconf-api ... bgpcep=pcep-impl ... carpeople=clustering-it-model ... yangtools=yang-data-impl @@ -380,9 +380,7 @@ Get_ODL_Versions_From_Nexus @{elements} = XML.Get_Elements ${root} .//version ${versions} = BuiltIn.Create_List FOR ${element} IN @{elements} - IF 'Carbon' not in $element.text - Collections.Append_To_List ${versions} ${element.text} - END + Collections.Append_To_List ${versions} ${element.text} END Collections.Sort_List ${versions} BuiltIn.Log_Many @{versions}