X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Frobot%2Ftestsuites%2Fhealth-check.robot;fp=ric_robot_suite%2Frobot%2Ftestsuites%2Fhealth-check.robot;h=72843557f3f0e75d292a4220f6072c90230fc985;hb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=it%2Ftest.git diff --git a/ric_robot_suite/robot/testsuites/health-check.robot b/ric_robot_suite/robot/testsuites/health-check.robot new file mode 100644 index 0000000..7284355 --- /dev/null +++ b/ric_robot_suite/robot/testsuites/health-check.robot @@ -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 +