Release E2Mgr image for Dawn
[ric-plt/e2mgr.git] / Automation / Tests / Health / get_health_check.robot
old mode 100755 (executable)
new mode 100644 (file)
index 8cbacab..635343a
 #   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 ***
@@ -30,11 +37,7 @@ Get Health
     GET     /v1/health
     Integer     response status       200
 
-
-*** Keywords ***
-Start dockers
-     Run And Return Rc And Output    ${run_script}
-     ${result}=  Run And Return Rc And Output     ${docker_command}
-     Should Be Equal As Integers    ${result[1]}    4
-
+Prepare logs
+    Remove log files
+    Save logs