X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Frobot%2Fresources%2Fe2sim%2Fe2sim_tools.robot;h=06b4b832d8fd9b1601d6c40e1e489ac60a3a599d;hb=e41f46a29c4d635ee3f864e36cfd0ac123bac4ec;hp=ecfad8e0ad72e79aa82b993ba0a57642b6eeb1ed;hpb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;p=it%2Ftest.git diff --git a/ric_robot_suite/robot/resources/e2sim/e2sim_tools.robot b/ric_robot_suite/robot/resources/e2sim/e2sim_tools.robot index ecfad8e..06b4b83 100644 --- a/ric_robot_suite/robot/resources/e2sim/e2sim_tools.robot +++ b/ric_robot_suite/robot/resources/e2sim/e2sim_tools.robot @@ -10,8 +10,7 @@ Library E2SimUtils ${DBHOST} ${DBPORT} *** Variables *** ${DBHOST} ${GLOBAL_INJECTED_DBAAS_IP_ADDR} ${DBPORT} ${GLOBAL_DBAAS_SERVER_PORT} -${NAMESPACE} %{RICPLT_NAMESPACE} -${PFX} %{RICPLT_RELEASE_NAME} +${NAMESPACE} ${GLOBAL_RICPLT_NAMESPACE} *** Keywords *** Generate RAN Name @@ -28,6 +27,6 @@ Delete RAN Database Entry Restart E2 Simulator [Documentation] Restart all E2Sim pods - [Arguments] ${deployment}=${PFX}-e2sim + [Arguments] ${deployment}= ${GLOBAL_INJECTED_E2MGR_DEPLOYMENT} ${resp} = Redeploy ${deployment} [Return] ${resp}