X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fsuites%2Fbgpcep%2Fbgpclustering%2F070_bmp_ha_karaf_stop.robot;h=d3db8f1d6b949dd1a0a87b91fcc6c3a103488f6f;hb=c80fd7a955441db143d530931c8798107fa4147e;hp=98db3dc1897eaaf5eedfe80ffaddaf39cfd5f5ff;hpb=1d8068763d89cefb2ac2847a73d67e46506d7f6b;p=integration%2Ftest.git diff --git a/csit/suites/bgpcep/bgpclustering/070_bmp_ha_karaf_stop.robot b/csit/suites/bgpcep/bgpclustering/070_bmp_ha_karaf_stop.robot index 98db3dc189..d3db8f1d6b 100644 --- a/csit/suites/bgpcep/bgpclustering/070_bmp_ha_karaf_stop.robot +++ b/csit/suites/bgpcep/bgpclustering/070_bmp_ha_karaf_stop.robot @@ -12,32 +12,29 @@ Documentation BMP functional HA testing with one BMP mock. ... logs will show that one peer will be connected and two will fail. ... After stopping karaf which owned connection new owner should be elected and ... this new owner should accept incomming BMP connection. +... TODO: Add similar keywords from all bgpclustering-ha tests into same libraries Suite Setup Setup_Everything Suite Teardown Teardown_Everything Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing Test Teardown SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed Library SSHLibrary timeout=10s -Library RequestsLibrary Library Collections Library OperatingSystem Resource ../../../variables/Variables.robot Resource ../../../libraries/SetupUtils.robot Resource ../../../libraries/ClusterManagement.robot -Resource ../../../libraries/RemoteBash.robot -Resource ../../../libraries/SSHKeywords.robot -Resource ../../../libraries/TemplatedRequests.robot Resource ../../../libraries/NexusKeywords.robot +Resource ../../../libraries/BGPcliKeywords.robot +Resource ../../../libraries/BgpOperations.robot *** Variables *** -${BGP_VAR_FOLDER} ${CURDIR}/../../../variables/bgpclustering ${HOLDTIME} 180 -${BGP_BMP_DIR} ${CURDIR}/../../../variables/bgpfunctional/bmp_basic/filled_structure -${BGP_BMP_FEAT_DIR} ${CURDIR}/../../../variables/bgpfunctional/bmp_basic/empty_structure -${BMP_LOG_FILE} bmpmock.log +${BMP_LOG_FILE} bmpmock.stop.log +${CONFIG_SESSION} session *** Test Cases *** Get_Example_Bm_Owner - [Documentation] Find an odl node which is able to accept incomming connection. To this node netconf connector should be configured. + [Documentation] Find an odl node which is able to accept incomming connection. ${bm_owner} ${bm_candidates}= Wait_Until_Keyword_Succeeds 5x 2s ClusterManagement.Get_Owner_And_Successors_For_Device bmp-monitors ... Bgpcep 1 BuiltIn.Set Suite variable ${bm_owner} @@ -49,24 +46,9 @@ Get_Example_Bm_Owner BuiltIn.Log ${living_session} BuiltIn.Set_Suite_Variable ${living_node} ${bm_owner} -Verify_Bmp_Feature - [Documentation] Verify example-bmp-monitor presence in bmp-monitors - &{mapping} BuiltIn.Create_Dictionary TOOL_IP=${TOOLS_SYSTEM_IP} - BuiltIn.Wait_Until_Keyword_Succeeds 5x 2s TemplatedRequests.Get_As_Json_Templated folder=${BGP_BMP_FEAT_DIR} mapping=${mapping} verify=True - ... session=${living_session} - -Start_Bmp_Mock - [Documentation] Starts bmp mock - ${command}= NexusKeywords.Compose_Full_Java_Command -jar ${filename} --local_address ${TOOLS_SYSTEM_IP} --remote_address ${ODL_SYSTEM_1_IP}:12345,${ODL_SYSTEM_2_IP}:12345,${ODL_SYSTEM_3_IP}:12345 --routers_count 1 --peers_count 1 --log_level TRACE 2>&1 | tee ${BMP_LOG_FILE} - BuiltIn.Log ${command} - SSHLibrary.Set_Client_Configuration timeout=30s - SSHLibrary.Write ${command} - ${output}= SSHLibrary.Read_Until successfully established. - BuiltIn.Log ${output} - Verify_Data_Reported_1 [Documentation] Verifies if example-bmp-monitor reported expected data - Verify_Data_Reported + BgpOperations.Bmp_Monitor_Postcondition ${living_session} Stop_Current_Owner_Member [Documentation] Stop cluster node which is connected with bmp mock. @@ -84,7 +66,7 @@ Verify_New_Bm_Owner Verify_Data_Reported_2 [Documentation] Verifies if example-bmp-monitor reported expected data - Verify_Data_Reported + BgpOperations.Bmp_Monitor_Postcondition ${living_session} Start_Old_Owner_Member [Documentation] Restart old owner node with bin/start @@ -96,56 +78,45 @@ Verify_New_Candidate Verify_Data_Reported_3 [Documentation] Verifies if example-bmp-monitor reported expected data - Verify_Data_Reported + BgpOperations.Bmp_Monitor_Postcondition ${living_session} Stop_Bmp_Mock [Documentation] Send ctrl+c to bmp-mock to stop it - RemoteBash.Write_Bare_Ctrl_C - ${output}= SSHLibrary.Read_Until_Prompt - BuiltIn.Log ${output} + BGPcliKeywords.Stop_Console_Tool_And_Wait_Until_Prompt *** Keywords *** Setup_Everything [Documentation] Initial setup SetupUtils.Setup_Utils_For_Setup_And_Teardown - ${odl1} = SSHKeywords.Open_Connection_To_ODL_System ip_address=${ODL_SYSTEM_1_IP} - SSHLibrary.Put_File ${CURDIR}/../../../../tools/deployment/search.sh - SSHLibrary.Close_Connection - ${odl2} = SSHKeywords.Open_Connection_To_ODL_System ip_address=${ODL_SYSTEM_2_IP} - SSHLibrary.Put_File ${CURDIR}/../../../../tools/deployment/search.sh - SSHLibrary.Close_Connection - ${odl3} = SSHKeywords.Open_Connection_To_ODL_System ip_address=${ODL_SYSTEM_3_IP} - SSHLibrary.Put_File ${CURDIR}/../../../../tools/deployment/search.sh - SSHLibrary.Close_Connection ClusterManagement.ClusterManagement_Setup - SSHKeywords.Open_Connection_To_Tools_System + NexusKeywords.Initialize_Artifact_Deployment_And_Usage + RequestsLibrary.Create_Session ${CONFIG_SESSION} http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} ${name}= NexusKeywords.Deploy_Test_Tool bgpcep bgp-bmp-mock BuiltIn.Set_Suite_Variable ${filename} ${name} + BgpOperations.Bmp_Monitor_Precondition ${CONFIG_SESSION} + Start_Bmp_Mock Teardown_Everything [Documentation] Suite cleanup - SSHLibrary.Get_File ${BMP_LOG_FILE} - ${cnt}= OperatingSystem.Get_File ${BMP_LOG_FILE} - Log ${cnt} + BGPcliKeywords.Store_File_To_Workspace ${BMP_LOG_FILE} ${BMP_LOG_FILE} RequestsLibrary.Delete_All_Sessions SSHLibrary.Close_All_Connections -Verify_Data_Reported - [Arguments] ${ip}=${TOOLS_SYSTEM_IP} - [Documentation] Verifies if the tool reported expected data - &{mapping} BuiltIn.Create_Dictionary TOOL_IP=${ip} - ${output}= Wait Until Keyword Succeeds 10x 5s TemplatedRequests.Get_As_Json_Templated folder=${BGP_BMP_DIR} mapping=${mapping} - ... session=${living_session} verify=True - Log ${output} +Start_Bmp_Mock + [Documentation] Starts bmp mock + ${command}= BuiltIn.Set_Variable -jar ${filename} --local_address ${TOOLS_SYSTEM_IP} --remote_address ${ODL_SYSTEM_1_IP}:12345,${ODL_SYSTEM_2_IP}:12345,${ODL_SYSTEM_3_IP}:12345 --routers_count 1 --peers_count 1 --log_level INFO 2>&1 | tee ${BMP_LOG_FILE} + BGPcliKeywords.Start_Java_Tool_And_Verify_Connection ${command} successfully established. Verify_New_Bm_Owner_Elected [Arguments] ${old_owner} ${node_to_ask} [Documentation] Verifies new owner was elected ${owner} ${candidates}= ClusterManagement.Get_Owner_And_Successors_For_device bmp-monitors Bgpcep ${node_to_ask} + BuiltIn.Log ${owner} BuiltIn.Should_Not_Be_Equal ${old_owner} ${owner} Verify_New_Bm_Candidate_Present [Arguments] ${candidate} ${node_to_ask} [Documentation] Verifies candidate's presence. ${owner} ${candidates}= ClusterManagement.Get_Owner_And_Successors_For_device bmp-monitors Bgpcep ${node_to_ask} + BuiltIn.Log ${owner} BuiltIn.Should_Contain ${candidates} ${candidate}