X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FUnhappy%2FGet_All_Nodedb_HttpResponse500.robot;h=230699edf3e582435b2958ad0b0cd2abe6c633e3;hb=45758a8e8dbcf279b6ae6731c94d290de580d586;hp=74e155220a019eb6fbd4270b24387fb8c2023902;hpb=2c9d450c93e4f0b312a68d39429efb685ec02022;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/Get_All_Nodedb_HttpResponse500.robot b/Automation/Tests/Unhappy/Get_All_Nodedb_HttpResponse500.robot index 74e1552..230699e 100644 --- a/Automation/Tests/Unhappy/Get_All_Nodedb_HttpResponse500.robot +++ b/Automation/Tests/Unhappy/Get_All_Nodedb_HttpResponse500.robot @@ -21,18 +21,23 @@ # *** Settings *** +Variables ../Scripts/variables.py Suite Setup Prepare Enviorment Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library REST ${url} -Suite Teardown Start Dbass + +*** Variables *** +${url} ${e2mgr_address} *** Test Cases *** -ENDC-setup - 500 http - 500 RNIB error +Get All nodes - 500 http - 500 RNIB error Stop Dbass GET /v1/nodeb/ids Integer response status 500 Integer response body errorCode 500 String response body errorMessage RNIB error - +[Teardown] Run Keywords + Start Dbass + AND wait until keyword succeeds 2 min 10 sec Validate Required Dockers