X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FHealth%2Fget_health_check.robot;h=5dc757c7eadd7da035350a3e9b13fcbccfce7e6d;hb=39dd2619102ed1819f57bd43fddca0947f68f5bf;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 old mode 100755 new mode 100644 index 6d05a8c..5dc757c --- a/Automation/Tests/Health/get_health_check.robot +++ b/Automation/Tests/Health/get_health_check.robot @@ -15,8 +15,14 @@ # limitations under the License. # ############################################################################## +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# *** Settings *** +Suite Setup Prepare Enviorment +Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library OperatingSystem Library REST ${url} @@ -29,10 +35,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 - -