add boardd as a managed process for tests

pull/21875/head
Adeeb Shihadeh 2021-08-06 11:47:30 -07:00
parent a39873872d
commit fcae199723
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ procs = [
NativeProcess("ui", "selfdrive/ui", ["./ui"], persistent=True, watchdog_max_dt=(5 if TICI else None)),
NativeProcess("soundd", "selfdrive/ui", ["./soundd"]),
NativeProcess("locationd", "selfdrive/locationd", ["./locationd"]),
NativeProcess("boardd", "selfdrive/boardd", ["./boardd"], enabled=False),
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd"),
PythonProcess("controlsd", "selfdrive.controls.controlsd"),
PythonProcess("deleter", "selfdrive.loggerd.deleter", persistent=True),