removed unused code in ploc_supervisor.py

This commit is contained in:
Jakob.Meier 2021-07-24 12:08:12 +02:00
parent b0ef4446d5
commit 6d3be2af33

View File

@ -14,17 +14,6 @@ from tmtccmd.pus_tc.packer import TcQueueT
from tmtccmd.ecss.tc import PusTelecommand
class PlocTestProcedure:
"""
@brief Use this class to define the tests to perform for the PLOC.
@details Setting all to True will run all tests.
Setting all to False will only run the tests set to True.
"""
all = False
test_tc_mem_write = False
test_tc_mem_read = True
class SupvActionIds:
HK_REPORT = 1
RESTART_MPSOC = 2