X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FReset_RIC_TO_RAN%2FReset_Happy_with_cause.robot;h=7d03300a15ecc4dcbf7eb26e3eefcfe693e91ba6;hb=e3623cf1310f8c8d2fd9b5842102516b9be3b441;hp=693d018ce5cb923c1552ff5ebf557f7c523c0773;hpb=e51ebb1fb4a0bba85577204a28c87365a041f640;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot b/Automation/Tests/Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot index 693d018..7d03300 100755 --- a/Automation/Tests/Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot +++ b/Automation/Tests/Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot @@ -17,6 +17,7 @@ ############################################################################## *** Settings *** +Suite Setup Prepare Enviorment Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot Library OperatingSystem @@ -25,10 +26,9 @@ Library REST ${url} *** Test Cases *** - Prepare Ran in Connected connectionStatus Post Request setup node b x-2 - Integer response status 200 + Integer response status 204 Sleep 1s GET /v1/nodeb/test1 Integer response status 200 @@ -36,7 +36,7 @@ Prepare Ran in Connected connectionStatus String response body connectionStatus CONNECTED -Send Reset reqeust with no cause +Send Reset reqeust with cause Set Headers ${header} - PUT /v1/nodeb-reset/test1 ${resetcausejson} + PUT /v1/nodeb/test1/reset ${resetcausejson} Integer response status 204 \ No newline at end of file