X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FHealth%2Fget_health_check_unhappy.robot;h=f17d2910c642c3280065fc6f5e27eff269624abf;hb=refs%2Fchanges%2F56%2F4456%2F1;hp=06b4ba4d01baaafd3471a166a0cf06927cd7999d;hpb=15d3982b5eda43a5b5b9054d7ecb026448c6ca16;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Health/get_health_check_unhappy.robot b/Automation/Tests/Health/get_health_check_unhappy.robot index 06b4ba4..f17d291 100644 --- a/Automation/Tests/Health/get_health_check_unhappy.robot +++ b/Automation/Tests/Health/get_health_check_unhappy.robot @@ -21,20 +21,31 @@ # *** Settings *** +Variables ../Scripts/variables.py Suite Setup Prepare Enviorment Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library OperatingSystem Library REST ${url} -Suite Teardown Start Dbass - +*** Variables *** +${url} ${e2mgr_address} *** Test Cases *** Get Health Unhappy - Dbass down Stop Dbass + GET /v1/health Integer response status 500 +Prepare logs + Remove log files + Save logs + +[Teardown] + Run Keywords + Start Dbass + AND wait until keyword succeeds 2 min 10 sec Validate Required Dockers +