Fix automation
[ric-plt/e2mgr.git] / Automation / Tests / Reset_RIC_TO_RAN / Reset_Happy_with_cause.robot
index 693d018..2a64b09 100755 (executable)
@@ -17,6 +17,7 @@
 ##############################################################################
 
 *** Settings ***
+Suite Setup   Prepare Enviorment
 Resource   ../Resource/resource.robot
 Resource   ../Resource/Keywords.robot
 Library     OperatingSystem
@@ -38,5 +39,5 @@ Prepare Ran in Connected connectionStatus
 
 Send Reset reqeust with no 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