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=5dc757c7eadd7da035350a3e9b13fcbccfce7e6d;hpb=15d3982b5eda43a5b5b9054d7ecb026448c6ca16;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Health/get_health_check.robot b/Automation/Tests/Health/get_health_check.robot index 5dc757c..635343a 100644 --- a/Automation/Tests/Health/get_health_check.robot +++ b/Automation/Tests/Health/get_health_check.robot @@ -21,12 +21,15 @@ # *** 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 *** @@ -34,4 +37,7 @@ Get Health GET /v1/health Integer response status 200 +Prepare logs + Remove log files + Save logs