a8faacf7a97487d9ba24169554b2f1a72a8ef34c
[it/test.git] / ric_robot_suite / helm / nanobot / configmap-src / public / 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