X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FResource%2FKeywords.robot;fp=Automation%2FTests%2FResource%2FKeywords.robot;h=982fe575be72d794de08916fdc49b670d1b48418;hb=50190b60334f85598535d1b80f032495082c47b5;hp=96e5b5760a7e659c908a55415d835ed2275176ad;hpb=2609f582b14a3bf2e41ffd9f5167eb12eb1d3461;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Resource/Keywords.robot b/Automation/Tests/Resource/Keywords.robot index 96e5b57..982fe57 100755 --- a/Automation/Tests/Resource/Keywords.robot +++ b/Automation/Tests/Resource/Keywords.robot @@ -77,6 +77,7 @@ 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} @@ -149,6 +150,12 @@ Stop Dbass ${result}= Run And Return Rc And Output ${docker_command} Should Be Equal As Integers ${result[1]} ${docker_number-1} +Restart simulator + + Run And Return Rc And Output ${restart_docker_sim} + ${result}= Run And Return Rc And Output ${docker_command} + Should Be Equal As Integers ${result[1]} ${docker_number} +