[RIC-434] Update gNB Cells
[ric-plt/e2mgr.git] / Automation / Tests / Unhappy / Get_Nodeb_HttpResponse404.robot
index 54f2c3f..c7ca3a1 100644 (file)
 #
 
 *** Settings ***
+Variables  ../Scripts/variables.py
 Suite Setup   Prepare Enviorment
 Resource   ../Resource/Keywords.robot
 Resource   ../Resource/resource.robot
 Library     OperatingSystem
 Library     REST      ${url}
 
+*** Variables ***
+${url}  ${e2mgr_address}
 
 *** Test Cases ***
 Get Request node b gnb - resource not found 404
@@ -35,3 +38,5 @@ Get Request node b gnb - resource not found 404
     Integer   response body errorCode   404
     String   response body errorMessage   "Resource not found"
 
+
+