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=0249b5fc410b6c6814906b185dfdf25b27621148;hp=8fa9f59bc00948b56a13705a3e4492290d716177;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;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 8fa9f59..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,4 +37,7 @@ Get Health GET /v1/health Integer response status 200 +Prepare logs + Remove log files + Save logs