update boardd blocking comment

pull/28153/head
Shane Smiskol 2 years ago
parent 4fe1b638f8
commit d738f66711
  1. 2
      selfdrive/boardd/tests/test_boardd_loopback.py

@ -45,7 +45,7 @@ class TestBoardd(unittest.TestCase):
self.assertEqual(num_pandas, expected_pandas, "connected pandas ({num_pandas}) doesn't match expected panda count ({expected_pandas}). \
connect another panda for multipanda tests.")
# boardd blocks on CarVin and CarParams
# boardd blocks on FirmwareQueryDone, ControlsReady, and CarParams
cp = car.CarParams.new_message()
safety_config = car.CarParams.SafetyConfig.new_message()

Loading…
Cancel
Save