RIC-1044: Add array size checks
[ric-plt/e2mgr.git] / Automation / Tests / Unhappy / Get_Nodeb_HttpResponse404.robot
index 50fbf3f..c7ca3a1 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     OperatingSystem
 Library     REST      ${url}
 
+*** Variables ***
+${url}  ${e2mgr_address}
 
 *** Test Cases ***
 Get Request node b gnb - resource not found 404
@@ -31,3 +38,5 @@ Get Request node b gnb - resource not found 404
     Integer   response body errorCode   404
     String   response body errorMessage   "Resource not found"
 
+
+