X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FResource%2FKeywords.robot;h=0f2465348d8dc8a29b1df61ab005f5035783feb5;hb=63b5d926f439ca666378697ec81d893fc633dae5;hp=e2e622fc34eef6e2638efdecb24f2d0ad8ebf14a;hpb=da07b41ecb97e56c25743729344052bda9ff5795;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Resource/Keywords.robot b/Automation/Tests/Resource/Keywords.robot index e2e622f..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} @@ -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}