FIX: Nanobot cleanup, bugfixes, and features
[it/test.git] / ric_robot_suite / robot / resources / e2sim / e2sim_tools.robot
index ecfad8e..06b4b83 100644 (file)
@@ -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}