mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-15 14:22:11 +08:00
fix loggerd unittest
old-commit-hash: 8d986c82d801ccdd78641a584ed54c638cb136e3
This commit is contained in:
@@ -63,7 +63,7 @@ class TestLoggerd(unittest.TestCase):
|
||||
|
||||
# TODO: this should run faster than real time
|
||||
@parameterized.expand(ALL_CAMERA_COMBINATIONS)
|
||||
@with_processes(['camerad', 'loggerd'], init_time=5)
|
||||
@with_processes(['camerad', 'sensord', 'loggerd'], init_time=5)
|
||||
def test_log_rotation(self, cameras):
|
||||
print("checking targets:", cameras)
|
||||
Params().put("RecordFront", "1" if 'dcamera' in cameras else "0")
|
||||
|
||||
Reference in New Issue
Block a user