From 6d3be2af330acc6eedee53a00e1295c57acb0dcb Mon Sep 17 00:00:00 2001 From: "Jakob.Meier" <–meierj@irs.uni-stuttgart.de> Date: Sat, 24 Jul 2021 12:08:12 +0200 Subject: [PATCH] removed unused code in ploc_supervisor.py --- pus_tc/ploc_supervisor.py | 11 ----------- 1 file changed, 11 deletions(-) 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