X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FUnhappy%2FGet_All_Nodedb_HttpResponse500.robot;h=b71959e9d529d5a96e20283ad8f980f021e1bd83;hb=7000880c4031e607a2fe36046fd097f486476a84;hp=99df9a31a2ad1462d31eb925dee61d924bc9b1ab;hpb=0995008bd70d98ea5c374f71f710b920d2939765;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 99df9a3..b71959e 100644 --- a/Automation/Tests/Unhappy/Get_All_Nodedb_HttpResponse500.robot +++ b/Automation/Tests/Unhappy/Get_All_Nodedb_HttpResponse500.robot @@ -21,11 +21,14 @@ # *** 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 *** Get All nodes - 500 http - 500 RNIB error @@ -35,4 +38,6 @@ Get All nodes - 500 http - 500 RNIB error 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