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=7000880c4031e607a2fe36046fd097f486476a84;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..7222889 100644 --- a/Automation/Tests/Health/get_health_check_unhappy.robot +++ b/Automation/Tests/Health/get_health_check_unhappy.robot @@ -15,22 +15,36 @@ # 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 1 min 10 sec Validate Required Dockers +