X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FHealth%2Fget_health_check_unhappy.robot;h=72228895b4c435ed7ef05b464987883e72a4e81b;hb=refs%2Fchanges%2F43%2F4443%2F1;hp=06b4ba4d01baaafd3471a166a0cf06927cd7999d;hpb=2c9d450c93e4f0b312a68d39429efb685ec02022;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..7222889 100644 --- a/Automation/Tests/Health/get_health_check_unhappy.robot +++ b/Automation/Tests/Health/get_health_check_unhappy.robot @@ -21,20 +21,30 @@ # *** 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 1 min 10 sec Validate Required Dockers +