v1.7.0 #8

Merged
meierj merged 40 commits from develop into master 2021-07-26 18:17:09 +02:00
Showing only changes of commit 6d3be2af33 - Show all commits

View File

@ -14,17 +14,6 @@ from tmtccmd.pus_tc.packer import TcQueueT
from tmtccmd.ecss.tc import PusTelecommand 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: class SupvActionIds:
HK_REPORT = 1 HK_REPORT = 1
RESTART_MPSOC = 2 RESTART_MPSOC = 2