[RIC-396] Reject E2 Setup when ricEnabled = false
[ric-plt/e2mgr.git] / Automation / Tests / Health / get_health_check.robot
old mode 100755 (executable)
new mode 100644 (file)
index 8cbacab..5dc757c
 #   limitations under the License.
 #
 ##############################################################################
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 
 *** Settings ***
 Suite Setup   Prepare Enviorment
@@ -31,10 +35,3 @@ Get 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
-
-