X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FUnhappy%2FGet_Nodeb_HttpResponse500.robot;h=c74f1c68664670fab98f5bc916660c43a4cbb38e;hb=7000880c4031e607a2fe36046fd097f486476a84;hp=05badb6baed58e0c7afd48d5dc43619c511a3325;hpb=2c9d450c93e4f0b312a68d39429efb685ec02022;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot index 05badb6..c74f1c6 100644 --- a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot +++ b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot @@ -21,14 +21,16 @@ # *** Settings *** +Variables ../Scripts/variables.py Suite Setup Prepare Enviorment -Resource ../Resource/scripts_variables.robot Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library ../Scripts/find_error_script.py Library OperatingSystem Library REST ${url} -Suite Teardown Start Dbass + +*** Variables *** +${url} ${e2mgr_address} *** Test Cases *** Get node b gnb - DB down - 500 @@ -51,3 +53,6 @@ Verify e2mgr logs - Third retry to retrieve from db ${result} find_error_script.find_error ${EXECDIR} ${e2mgr_log_filename} ${third_retry_to_retrieve_from_db} Should Be Equal As Strings ${result} True +[Teardown] Run Keywords + Start Dbass + AND wait until keyword succeeds 1 min 10 sec Validate Required Dockers \ No newline at end of file