X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FUnhappy%2FGet_Nodeb_HttpResponse500.robot;h=094be5fc241a648ee4419760fc979c1819c5b9eb;hb=refs%2Fheads%2Fh-release;hp=e930989655f51a8364e078b553f89c376b36d800;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot index e930989..094be5f 100644 --- a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot +++ b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse500.robot @@ -15,16 +15,22 @@ # 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/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 @@ -47,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 2 min 10 sec Validate Required Dockers \ No newline at end of file