sync from Azure to LF
[ric-plt/e2mgr.git] / Automation / Tests / Health / get_health_check_unhappy.robot
old mode 100755 (executable)
new mode 100644 (file)
similarity index 85%
rename from Automation/Tests/Unhappy/Response500.robot
rename to Automation/Tests/Health/get_health_check_unhappy.robot
index 1e99b83..2ca3e26
@@ -22,11 +22,15 @@ Resource   ../Resource/Keywords.robot
 Resource   ../Resource/resource.robot
 Library     OperatingSystem
 Library     REST      ${url}
-Suite Teardown   Start Redis
+Suite Teardown   Start Dbass
+
+
 
 *** Test Cases ***
-Get Request node b gnb - DB down - 500
-    Run   docker stop redis
-    GET      /v1/nodeb/test5
-    Integer  response status   500
+Get Health Unhappy - Dbass down
+    Stop Dbass
+    GET     /v1/health
+    Integer     response status       500
+
+