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=8421172ad7f749e00af600b5533ec7ab3d1ff3d1;hp=50fbf3fb6633aab142a2c87b3859691682ae218c;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot index 50fbf3f..c7ca3a1 100644 --- a/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot +++ b/Automation/Tests/Unhappy/Get_Nodeb_HttpResponse404.robot @@ -15,14 +15,21 @@ # 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" + +