Add AnalyzeRTStatsObject() XML step

This commit is contained in:
Robert Schmidt
2026-01-22 07:54:42 +01:00
parent c6bb50edb1
commit 378d3a7a6b
3 changed files with 25 additions and 0 deletions

View File

@@ -257,6 +257,10 @@ def ExecuteActionWithParam(action, ctx, node):
yaml = test.findtext('stats_cfg')
success = RAN.AnalyzeRTStats(HTML, node, ctx, yaml)
elif action == 'AnalyzeRTStats_Object':
yaml = test.findtext('stats_cfg')
success = CONTAINERS.AnalyzeRTStatsObject(HTML, node, ctx, yaml)
else:
logging.warning(f"unknown action {action}, skip step")
success = True # by default, we skip the step and print a warning