X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FHealth%2Fget_health_check.robot;h=635343a3a75dc1d9b2d5277dce44f0f7fdc6949b;hb=refs%2Fheads%2Fdawn;hp=8cbacabc5175e3b54ef5b7b7dcad3721f517bffc;hpb=947897d1f1df89967f4db1862d67a5649e10f3a2;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 8cbacab..635343a --- a/Automation/Tests/Health/get_health_check.robot +++ b/Automation/Tests/Health/get_health_check.robot @@ -15,14 +15,21 @@ # limitations under the License. # ############################################################################## +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# *** Settings *** +Variables ../Scripts/variables.py Suite Setup Prepare Enviorment Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library OperatingSystem Library REST ${url} +*** Variables *** +${url} ${e2mgr_address} *** Test Cases *** @@ -30,11 +37,7 @@ Get Health GET /v1/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 - +Prepare logs + Remove log files + Save logs