X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Automation%2FTests%2FUnhappy%2FGet_Nodeb_HttpResponse500.robot;h=c74f1c68664670fab98f5bc916660c43a4cbb38e;hb=35766cc8a70ee08c8cded89dee889d9e11036da5;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..c74f1c6 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 1 min 10 sec Validate Required Dockers \ No newline at end of file