Fix ibgp peer lsp base64 encoding 80/78080/1
authorTomas Markovic <tomas.markovic@pantheon.tech>
Fri, 23 Nov 2018 08:16:32 +0000 (09:16 +0100)
committerTomas Markovic <tomas.markovic@pantheon.tech>
Fri, 23 Nov 2018 08:16:32 +0000 (09:16 +0100)
Change-Id: I702c4a377c05103272b28108e7866463b360c21e
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
csit/suites/bgpcep/bgpuser/ibgp_peer_lsp.robot

index ff57524f291401ee7136e7d700c9dfe7144ae144..bebef36e76e403017f25e16c9f9632156e1853d7 100644 (file)
@@ -103,7 +103,7 @@ TC2_Connect_BGP_Peer
 TC2_Check_Example_Bgp_Rib
     [Documentation]    Check RIB for linkstate-route(s) and check all of their attributes.
     [Tags]    critical
-    ${route_key} =    CompareStream.Set_Variable_If_At_Least_Neon    ${NEW_ROUTE_KEY}    ${OLD_ROUTE_KEY}
+    ${route_key} =    CompareStream.Set_Variable_If_At_Least_Fluorine    ${NEW_ROUTE_KEY}    ${OLD_ROUTE_KEY}
     &{mapping}    BuiltIn.Create_Dictionary    IP=${TOOLS_SYSTEM_IP}    ROUTE_KEY=${route_key}
     BuiltIn.Wait_Until_Keyword_Succeeds    ${DEFAULT_RIB_CHECK_TIMEOUT}    ${DEFAULT_RIB_CHECK_PERIOD}    TemplatedRequests.Get_As_Json_Templated    ${BGP_VARIABLES_FOLDER}/lsp/effective_rib_in    mapping=${mapping}    session=${CONFIG_SESSION}
     ...    verify=True