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=d1972d0d82bd0f231a66b39adccd20d8e4829729;hp=6d05a8c22829db88e745474a3a00185fabe32526;hpb=4db397dbfa07d202f1a7134e1a7a52b8fb3b5d8a;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Health/get_health_check.robot b/Automation/Tests/Health/get_health_check.robot index 6d05a8c..8fa9f59 100755 --- a/Automation/Tests/Health/get_health_check.robot +++ b/Automation/Tests/Health/get_health_check.robot @@ -17,6 +17,8 @@ ############################################################################## *** Settings *** +Suite Setup Prepare Enviorment +Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library OperatingSystem Library REST ${url} @@ -29,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 - -