mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 15:04:39 +00:00
Merge branch 'fix/twai_ci_repaire' into 'master'
fix(driver_twai): improve twai ci test Closes IDFCI-3015 and IDFCI-3016 See merge request espressif/esp-idf!40585
This commit is contained in:
@@ -26,7 +26,7 @@ def test_twai_self(dut: Dut) -> None:
|
||||
dut.run_all_single_board_cases(group='twai-loop-back')
|
||||
|
||||
|
||||
@pytest.fixture(name='socket_can', scope='module')
|
||||
@pytest.fixture(name='socket_can')
|
||||
def fixture_create_socket_can() -> Bus:
|
||||
# Set up the socket CAN with the bitrate
|
||||
start_command = 'sudo ip link set can0 up type can bitrate 250000 restart-ms 100'
|
||||
|
Reference in New Issue
Block a user