Add initial codes
[it/test.git] / ric_robot_suite / robot / testsuites / health-check.robot
diff --git a/ric_robot_suite/robot/testsuites/health-check.robot b/ric_robot_suite/robot/testsuites/health-check.robot
new file mode 100644 (file)
index 0000000..7284355
--- /dev/null
@@ -0,0 +1,20 @@
+*** Settings ***
+Documentation     Testing RIC components are available via calls.
+...
+...               Testing RIC components are available via calls.
+Test Timeout      10 second
+Resource          ../resources/appmgr/appmgr_interface.robot
+Resource          ../resources/e2mgr/e2mgr_interface.robot
+Resource          ../resources/rtmgr/rtmgr_interface.robot
+
+*** Test Cases ***
+Basic AppMgr Health Check
+    [Tags]    health    
+    Run AppMgr Health Check
+Basic E2Mgr Health Check
+    [Tags]    health    
+    Run E2Mgr Health Check
+#Basic RtMgr Health Check
+#    [Tags]    health    
+#    Run RtMgr Health Check
+