beef up the AI/ML framework tests by adding InfluxDB as data source and populate...
[it/test.git] / ric_robot_suite / robot / testsuites / health-check.robot
1 *** Settings ***
2 Documentation     Testing RIC components are available via calls.
3 ...
4 ...               Testing RIC components are available via calls.
5 Test Timeout      10 second
6 Resource          ../resources/appmgr/appmgr_interface.robot
7 Resource          ../resources/e2mgr/e2mgr_interface.robot
8 Resource          ../resources/rtmgr/rtmgr_interface.robot
9
10 *** Test Cases ***
11 Basic AppMgr Health Check
12     [Tags]    health    
13     Run AppMgr Health Check
14 Basic E2Mgr Health Check
15     [Tags]    health    
16     Run E2Mgr Health Check
17 #Basic RtMgr Health Check
18 #    [Tags]    health    
19 #    Run RtMgr Health Check
20