X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FResource%2FKeywords.robot;h=982fe575be72d794de08916fdc49b670d1b48418;hb=50190b60334f85598535d1b80f032495082c47b5;hp=05d87e38712a9660f569adf05c3352439fd61359;hpb=d482f8c05884add916eca17a3a50ffbc3ea34a6c;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Resource/Keywords.robot b/Automation/Tests/Resource/Keywords.robot index 05d87e3..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} @@ -132,6 +133,12 @@ Start E2 Should Be Equal As Integers ${result[1]} ${docker_number} Sleep 2s +Stop E2 + Run And Return Rc And Output ${stop_e2} + ${result}= Run And Return Rc And Output ${docker_command} + Should Be Equal As Integers ${result[1]} ${docker_number-1} + Sleep 2s + Start Dbass Run And Return Rc And Output ${dbass_remove} Run And Return Rc And Output ${dbass_start} @@ -143,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} +