[RIC-434] Update gNB Cells
[ric-plt/e2mgr.git] / Automation / Tests / Unhappy / Get_All_Nodedb_HttpResponse500.robot
index f10ce63..b71959e 100644 (file)
 #   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/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