X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Automation%2FTests%2FReset_RAN_TO_RIC_2%2FReset_Verify_logs.robot;h=162c10971f3831ac27a18fddae64c3f0251ae4c5;hb=refs%2Fchanges%2F36%2F936%2F1;hp=583d11bc2a6ec9e5c20e2fbf68ada5befc233c94;hpb=3e639876d5e161289b957257d77551e7d0ca1f73;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Reset_RAN_TO_RIC_2/Reset_Verify_logs.robot b/Automation/Tests/Reset_RAN_TO_RIC_2/Reset_Verify_logs.robot index 583d11b..162c109 100644 --- a/Automation/Tests/Reset_RAN_TO_RIC_2/Reset_Verify_logs.robot +++ b/Automation/Tests/Reset_RAN_TO_RIC_2/Reset_Verify_logs.robot @@ -23,6 +23,7 @@ Library OperatingSystem Library Process Library ${CURDIR}/Reset_Ran_To_Ric_RNIB_Down_Verify_logs.py Resource ../Resource/Keywords.robot +Test Teardown Start Redis with 4 dockers @@ -35,4 +36,13 @@ Verify logs - Reset Sent by simulator Verify logs - e2mgr logs ${result} Reset_Ran_To_Ric_RNIB_Down_Verify_logs.verify ${EXECDIR} log to console ${result} - Should Be Equal As Strings ${result} True \ No newline at end of file + Should Be Equal As Strings ${result} True + + +*** Keywords *** +Start Redis with 4 dockers + Run And Return Rc And Output ${redis_remove} + Run And Return Rc And Output ${start_redis} + ${result}= Run And Return Rc And Output ${docker_command} + Should Be Equal As Integers ${result[1]} 4 + Sleep 5s