X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fbgpcep%2Fbgpfunct%2F050_bmp_basic.robot;h=c9bbe997398927ca2890903dcc39ac17e4b1ccbb;hb=01dcc007b6e669a2baf92e8d091d579e99a92ac7;hp=10eaf54b1ba1c108dbfd5aa61e7f58acb366bab6;hpb=ac4d99342b470135b181126fc7ebeba687c3c276;p=integration%2Ftest.git diff --git a/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot b/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot index 10eaf54b1b..c9bbe99739 100644 --- a/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot +++ b/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot @@ -22,7 +22,7 @@ Library SSHLibrary Library RequestsLibrary Resource ${CURDIR}/../../../libraries/CompareStream.robot Resource ${CURDIR}/../../../libraries/NexusKeywords.robot -Resource ${CURDIR}/../../../libraries/Utils.robot +Resource ${CURDIR}/../../../libraries/RemoteBash.robot Resource ${CURDIR}/../../../libraries/TemplatedRequests.robot *** Variables *** @@ -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 @@ -55,7 +55,7 @@ Verify Data Reported Stop_Bmp_Mock [Documentation] Send ctrl+c to bmp-mock to stop it - Utils.Write_Bare_Ctrl_C + RemoteBash.Write_Bare_Ctrl_C ${output}= SSHLibrary.Read_Until_Prompt BuiltIn.Log ${output} @@ -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}