sync from Azure to LF
[ric-plt/e2mgr.git] / Automation / Tests / X2_Reset_RAN_TO_RIC_Unhappy / Reset_RNIB.robot
old mode 100755 (executable)
new mode 100644 (file)
similarity index 87%
rename from Automation/Tests/Reset_RIC_TO_RAN/Reset_Happy_no_cause.robot
rename to Automation/Tests/X2_Reset_RAN_TO_RIC_Unhappy/Reset_RNIB.robot
index 20e4258..13ef687
@@ -17,7 +17,7 @@
 ##############################################################################
 
 *** Settings ***
-Suite Setup  Prepare Enviorment
+Suite Setup   Prepare Enviorment
 Resource   ../Resource/resource.robot
 Resource   ../Resource/Keywords.robot
 Library     OperatingSystem
@@ -25,7 +25,11 @@ Library     Collections
 Library     REST      ${url}
 
 
+
+
+
 *** Test Cases ***
+
 Prepare Ran in Connected connectionStatus
     Post Request setup node b x-2
     Integer     response status       204
@@ -35,8 +39,15 @@ Prepare Ran in Connected connectionStatus
     String   response body ranName    test1
     String   response body connectionStatus    CONNECTED
 
+Stop RNIB
+    Stop Dbass
+
+
+Run Reset from RAN
+    Run    ${Run_Config}
+    Sleep   1s
+
+Prepare logs for tests
+    Remove log files
+    Save logs
 
-Send Reset reqeust with no cause
-    Set Headers     ${header}
-    PUT    /v1/nodeb/test1/reset
-    Integer  response status  204
\ No newline at end of file