X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FHealth%2Fget_health_check.robot;h=8fa9f59bc00948b56a13705a3e4492290d716177;hb=3a4f37e98ae155b8d910b0a61c6b88d8832cac90;hp=8cbacabc5175e3b54ef5b7b7dcad3721f517bffc;hpb=e7dbffd3fba8d9721a1a713ae0383f52893eb281;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Health/get_health_check.robot b/Automation/Tests/Health/get_health_check.robot index 8cbacab..8fa9f59 100755 --- a/Automation/Tests/Health/get_health_check.robot +++ b/Automation/Tests/Health/get_health_check.robot @@ -31,10 +31,3 @@ Get Health Integer response status 200 -*** Keywords *** -Start dockers - Run And Return Rc And Output ${run_script} - ${result}= Run And Return Rc And Output ${docker_command} - Should Be Equal As Integers ${result[1]} 4 - -