make TCP TM server obj singletons

This commit is contained in:
2022-08-08 16:47:41 +02:00
parent 76da5753f6
commit e08b927643
7 changed files with 18 additions and 11 deletions

View File

@ -146,7 +146,7 @@ def add_pl_pcdu_cmds(defs: TmTcDefWrapper):
info="Inject failure in MPA to HPA transition",
)
oce.add(keys=OpCodes.INJECT_ALL_ON_FAILURE, info="Inject failure in all on mode")
defs.add_service(CustomServiceList.PL_PCDU, "PL PCDU", oce)
defs.add_service(CustomServiceList.PL_PCDU.value, "PL PCDU", oce)
def pack_pl_pcdu_commands(q: DefaultPusQueueHelper, op_code: str):