X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Frobot%2Ftestsuites%2Fricdeployment.robot;h=5bede0ad348437e089a89cb68dd3b48775f86a95;hb=fb793dbf21da9874a5f26dfce45c4a08f4b02889;hp=b50320b152aa83bd055ac84788d51acb0d41d3a0;hpb=99115439fd9976bd251f98ed21171c6f38ff2b05;p=it%2Ftest.git diff --git a/ric_robot_suite/robot/testsuites/ricdeployment.robot b/ric_robot_suite/robot/testsuites/ricdeployment.robot index b50320b..5bede0a 100644 --- a/ric_robot_suite/robot/testsuites/ricdeployment.robot +++ b/ric_robot_suite/robot/testsuites/ricdeployment.robot @@ -16,27 +16,19 @@ *** Settings *** Documentation Tests for the existence and functionality of RIC components -Library KubernetesEntity ${NAMESPACE} +Resource /robot/resources/global_properties.robot + +Library KubernetesEntity ${GLOBAL_RICPLT_NAMESPACE} Library Collections Library String -# Resource ../resources/appmgr/appmgr_interface.robot -# Resource ../resources/e2mgr/e2mgr_interface.robot - -*** Variables *** -${NAMESPACE} %{RICPLT_NAMESPACE} -${PFX} %{RICPLT_RELEASE_NAME} - *** Test Cases *** Deployments [Tags] etetests k8stests ci_tests - @{Components} = Split String %{RICPLT_COMPONENTS} - :FOR ${Component} IN @{Components} - \ Log Retrieving Deployment for ${Component} - #\ ${deploy} = Deployment ${PFX}-${Component} - # new helm deployment naming 6/2019 - \ ${deploy} = Deployment deployment-${PFX}-${Component} - \ ${status} = Most Recent Availability Condition @{deploy.status.conditions} + :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 *** Keywords ***