X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FResource%2FKeywords.robot;h=eea1ce6ed4acab617a37f8f7a8c9fd14997cc8b8;hb=380b7a2a46087a054ebfac57f3dbf7949d318cc6;hp=1022890575e5aec8d635d0b17a5bd37f50e3197e;hpb=32d7f427aab3ca627b8c9c5ded15b9517200cde3;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Resource/Keywords.robot b/Automation/Tests/Resource/Keywords.robot index 1022890..eea1ce6 100644 --- a/Automation/Tests/Resource/Keywords.robot +++ b/Automation/Tests/Resource/Keywords.robot @@ -85,6 +85,7 @@ Prepare Simulator For Load Information Should Be Equal As Integers ${result[1]} ${docker_number} Prepare Enviorment + Log To Console Starting preparations ${starting_timestamp} Evaluate datetime.datetime.now(datetime.timezone.utc).isoformat("T") modules=datetime ${e2t_log_filename} Evaluate "e2t.${SUITE NAME}.log".replace(" ","-") ${e2mgr_log_filename} Evaluate "e2mgr.${SUITE NAME}.log".replace(" ","-") @@ -114,7 +115,8 @@ Prepare Enviorment Set Suite Variable ${Save_e2e_simu_log} Set Suite Variable ${Save_rm_sim_log} Set Suite Variable ${Save_e2adapter_log} - + + Log To Console Ready to flush db ${flush} cleanup_db.flush Should Be Equal As Strings ${flush} True Run And Return Rc And Output ${stop_simu} @@ -125,6 +127,7 @@ Prepare Enviorment Run And Return Rc And Output ${run_e2e_simu_regular} Run And Return Rc And Output ${restart_e2adapter} Sleep 3s + Log To Console Validating dockers are up ${result}= Run And Return Rc And Output ${docker_command} Should Be Equal As Integers ${result[1]} ${docker_number}