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