diff --git a/pus_tc/ploc_supervisor.py b/pus_tc/ploc_supervisor.py index e0f2425..7d80905 100644 --- a/pus_tc/ploc_supervisor.py +++ b/pus_tc/ploc_supervisor.py @@ -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