X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FUnhappy%2FGet_Nodeb_HttpResponse404.robot;h=c7ca3a14dcf2ce01f9b9431af0ec94a31df5cfe0;hb=7000880c4031e607a2fe36046fd097f486476a84;hp=54f2c3f571aff06f5c8015bb5e3b482af8739e4c;hpb=2c9d450c93e4f0b312a68d39429efb685ec02022;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot index 54f2c3f..c7ca3a1 100644 --- a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot +++ b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot @@ -21,12 +21,15 @@ # *** 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" + +