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=2ca3e26ea48de53bd1295bdd6e9edf4fc06917ab;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;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 2ca3e26..f17d291 100644 --- a/Automation/Tests/Health/get_health_check_unhappy.robot +++ b/Automation/Tests/Health/get_health_check_unhappy.robot @@ -15,22 +15,37 @@ # 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} -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 +