X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FResource%2FKeywords.robot;h=0f2465348d8dc8a29b1df61ab005f5035783feb5;hb=07196e9385aa8e1f47796d3eac24385c5817f46d;hp=2593c5f2681a7d6dcf7a09bd0e85586ca0521bd6;hpb=372a275602ae05da22130a4601709291c7fbbaa6;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Resource/Keywords.robot b/Automation/Tests/Resource/Keywords.robot index 2593c5f..0f24653 100644 --- a/Automation/Tests/Resource/Keywords.robot +++ b/Automation/Tests/Resource/Keywords.robot @@ -83,7 +83,6 @@ Stop Simulator Run And Return Rc And Output ${stop_simu} - Prepare Simulator For Load Information Run And Return Rc And Output ${stop_simu} Run And Return Rc And Output ${docker_Remove} @@ -133,7 +132,7 @@ Prepare Enviorment Run And Return Rc And Output ${run_simu_regular} Run And Return Rc And Output ${run_e2e_simu_regular} Run And Return Rc And Output ${restart_e2adapter} - Sleep 2s + Sleep 3s ${result}= Run And Return Rc And Output ${docker_command} Should Be Equal As Integers ${result[1]} ${docker_number} @@ -166,7 +165,11 @@ Restart simulator ${result}= Run And Return Rc And Output ${docker_command} Should Be Equal As Integers ${result[1]} ${docker_number} +Start RoutingManager Simulator + Run And Return Rc And Output ${start_routingmanager_sim} +Stop RoutingManager Simulator + Run And Return Rc And Output ${stop_routingmanager_sim}