X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Automation%2FTests%2FUnhappy%2FGet_All_Nodedb_HttpResponse500.robot;h=b71959e9d529d5a96e20283ad8f980f021e1bd83;hb=3bb8346d53a5ab8378adb4bee41f49fd445f6cd5;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..b71959e 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 1 min 10 sec Validate Required Dockers