selfdrive.boardd.tests package

Submodules

selfdrive.boardd.tests.test_boardd_loopback module

class selfdrive.boardd.tests.test_boardd_loopback.TestBoardd(methodName='runTest')[source]

Bases: TestCase

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

test_loopback()[source]

selfdrive.boardd.tests.test_pandad module

class selfdrive.boardd.tests.test_pandad.TestPandad(methodName='runTest')[source]

Bases: TestCase

pytestmark = [Mark(name='tici', args=(), kwargs={})]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_best_case_startup_time()[source]
test_in_bootstub()[source]
test_in_dfu()[source]
test_internal_panda_reset()[source]
test_protocol_version_check()[source]
test_recover_from_bad_bootstub()[source]
test_release_to_devel_bootstub()[source]

Module contents