Correctly space expected_status
[integration/test.git] / csit / suites / bgpcep / bgpfunct / 020_bgp_functional_multipath.robot
index 70dd2958e0f1886a0c8f3d743f0279abb278247d..2135dbabdf917d4a784c3f3d7d96c79f43f9b9b7 100644 (file)
@@ -74,7 +74,7 @@ Odl Allpaths Exa SendReceived
     [Setup]    Configure_Path_Selection_And_App_Peer_And_Connect_Peer    ${ALLPATHS_SELM}    ${ADDPATHCAP_SR}
     Log_Loc_Rib_Operational
     Comment    From neon onwards there is extra BGP End-Of-RIB message
-    ${update_messages}    CompareStream.Set_Variable_If_At_Most_Fluorine    3    4
+    ${update_messages}    BuiltIn.Set_Variable    4
     BuiltIn.Wait_Until_Keyword_Succeeds    6x    2s    Verify_Expected_Update_Count    ${update_messages}
     [Teardown]    Remove_Odl_And_App_Peer_Configuration_And_Stop_ExaBgp
 
@@ -84,7 +84,7 @@ Odl Npaths Exa SendReceived
     [Setup]    Configure_Path_Selection_And_App_Peer_And_Connect_Peer    ${NPATHS_SELM}    ${ADDPATHCAP_SR}
     Log_Loc_Rib_Operational
     Comment    From neon onwards there is extra BGP End-Of-RIB message
-    ${update_messages}    CompareStream.Set_Variable_If_At_Most_Fluorine    2    3
+    ${update_messages}    BuiltIn.Set_Variable    3
     BuiltIn.Wait_Until_Keyword_Succeeds    6x    2s    Verify_Expected_Update_Count    ${update_messages}
     [Teardown]    Remove_Odl_And_App_Peer_Configuration_And_Stop_ExaBgp
 
@@ -178,13 +178,7 @@ Configure_Odl_Peer_With_Path_Selection_Mode
     ...    PASSIVE_MODE=true
     ...    MULTIPATH=${npaths}
     ...    BGP_RIB_OPENCONFIG=${PROTOCOL_OPENCONFIG}
-    CompareStream.Run_Keyword_If_Less_Than_Fluorine
-    ...    TemplatedRequests.Put_As_Xml_Templated
-    ...    ${MULT_VAR_FOLDER}/rib
-    ...    mapping=${mapping}
-    ...    session=${CONFIG_SESSION}
-    CompareStream.Run_Keyword_If_At_Least_Fluorine
-    ...    TemplatedRequests.Put_As_Xml_Templated
+    TemplatedRequests.Put_As_Xml_Templated
     ...    ${MULT_VAR_FOLDER}/rib_policies
     ...    mapping=${mapping}
     ...    session=${CONFIG_SESSION}