Rename PhySim deployment task to Deploy_Run_OC_PhySim

A future commit will introduce the possibility to deploy physims using
docker, so rename the current step to reflect that it works via
OpenShift.
This commit is contained in:
Robert Schmidt
2025-08-22 14:40:52 +02:00
parent deadd5414d
commit 0ff85ff2c0
4 changed files with 4 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ def ExecuteActionWithParam(action, ctx):
st = test.findtext('idle_sleep_time_in_sec') or "5"
success = cls_oaicitest.IdleSleep(HTML, int(st))
elif action == 'Deploy_Run_PhySim':
elif action == 'Deploy_Run_OC_PhySim':
oc_release = test.findtext('oc_release')
node = test.findtext('node') or None
script = "scripts/oc-deploy-physims.sh"