X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Fnanobot%2Fconfigmap-src%2Fpublic%2Ftestsuites%2Fricdeployment.robot;h=79c5e55a71a79115457c5da7ceb5c966e3ac217c;hb=refs%2Fchanges%2F99%2F3799%2F9;hp=85920f7eed1801b419db9384574ffb0d01583d27;hpb=cc685917b28444e6e9fc70f1a96b14e073d8cec7;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ricdeployment.robot b/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ricdeployment.robot index 85920f7..79c5e55 100644 --- a/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ricdeployment.robot +++ b/ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ricdeployment.robot @@ -27,8 +27,9 @@ Library String *** Test Cases *** Ensure RIC components are deployed and available [Tags] etetests k8stests ci_tests - :FOR ${component} IN @{GLOBAL_RICPLT_COMPONENTS} - \ ${deploymentName} = Get From Dictionary ${GLOBAL_RICPLT_COMPONENTS} ${Component} - \ ${deploy} = Deployment ${deploymentName} - \ ${status} = Most Recent Availability Condition @{deploy.status.conditions} - \ Should Be Equal As Strings ${status} True ignore_case=True msg=${Component} is not available + FOR ${component} IN @{GLOBAL_RICPLT_COMPONENTS} + ${controllerName} = Get From Dictionary ${GLOBAL_RICPLT_COMPONENTS} ${Component} + ${cType} ${name} = Split String ${controllerName} | + ${ctrl} = Run Keyword ${cType} ${name} + Component Should Be Ready ${ctrl} + END