Define calcium stream
[integration/test.git] / csit / libraries / NexusKeywords.robot
index fb9ac4cfbbecf55b8c5a8e23fd9c9dfcf8dc23ba..87ccc7adbd3876e147bafcf0c022672fd54eb46e 100644 (file)
@@ -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}