Bmp initiation timeout
[integration/test.git] / csit / suites / bgpcep / bgpfunct / 050_bmp_basic.robot
index 06702aaf3c9e71b9fa2c97d8fb464993c67a580a..c9bbe997398927ca2890903dcc39ac17e4b1ccbb 100644 (file)
@@ -35,7 +35,7 @@ ${BMP_LOG_FILE}    bmpmock.log
 Verify BMP Feature
     [Documentation]    Verifies if feature is up
     &{mapping}    BuiltIn.Create_Dictionary    TOOL_IP=${TOOLS_SYSTEM_IP}
-    BuiltIn.Wait_Until_Keyword_Succeeds    6x    10s    TemplatedRequests.Get_As_Json_Templated    folder=${BGP_BMP_FEAT_DIR}    mapping=${mapping}    session=${CONFIG_SESSION}
+    BuiltIn.Wait_Until_Keyword_Succeeds    180s    5s    TemplatedRequests.Get_As_Json_Templated    folder=${BGP_BMP_FEAT_DIR}    mapping=${mapping}    session=${CONFIG_SESSION}
     ...    verify=True
 
 Start_Bmp_Mock
@@ -44,7 +44,7 @@ Start_Bmp_Mock
     BuiltIn.Log    ${command}
     SSHLibrary.Set_Client_Configuration    timeout=30s
     SSHLibrary.Write    ${command}
-    ${until_phrase}=    CompareStream.Set_Variable_If_At_Least_Boron    successfully established.    sucesfully established.
+    ${until_phrase}=    Set Variable    successfully established.
     SSHLibrary.Read_Until    ${until_phrase}
 
 Verify Data Reported
@@ -69,7 +69,7 @@ Set_It_Up
     BuiltIn.Set_Suite_Variable    ${filename}    ${name}
 
 Tear_It_Down
-    [Documentation]    Download pccmock.log and Log its contents.
+    [Documentation]    Download bmpmock.log and Log its contents.
     ...    Compute and Log the diff between expected and actual normalized responses.
     ...    Close both HTTP client session and SSH connection to Mininet.
     SSHLibrary.Get_File    ${BMP_LOG_FILE}