Update RoutingManagerSimulator according to latest RM Swagger
[ric-plt/e2mgr.git] / Automation / Tests / Resource / Keywords.robot
index 2593c5f..0f24653 100644 (file)
@@ -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}