From 2375076956aef22a2769ab0ec91b9b89f9104232 Mon Sep 17 00:00:00 2001 From: "stephan.thiele" Date: Wed, 13 Nov 2019 23:38:25 +0100 Subject: can: add bit rate switch tests for CAN-FD --- decoder/test/can/test.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'decoder/test/can/test.conf') diff --git a/decoder/test/can/test.conf b/decoder/test/can/test.conf index 68271fc..03e3143 100644 --- a/decoder/test/can/test.conf +++ b/decoder/test/can/test.conf @@ -58,3 +58,23 @@ test can_fd_ext_without_brs_64 protocol-decoder can channel can_rx=0 option nominal_bitrate=1000000 input can/can_fd/arbitrary_traffic/can_fd_ext_without_brs_64.sr output can annotation match can_fd_ext_without_brs_64.output + +test can_fd_std_brs_8 + protocol-decoder can channel can_rx=0 option nominal_bitrate=1000000 + input can/can_fd/arbitrary_traffic/can_fd_std_brs_8.sr + output can annotation match can_fd_std_brs_8.output + +test can_fd_std_brs_64 + protocol-decoder can channel can_rx=0 option nominal_bitrate=1000000 + input can/can_fd/arbitrary_traffic/can_fd_std_brs_64.sr + output can annotation match can_fd_std_brs_64.output + +test can_fd_ext_brs_8 + protocol-decoder can channel can_rx=0 option nominal_bitrate=1000000 + input can/can_fd/arbitrary_traffic/can_fd_ext_brs_8.sr + output can annotation match can_fd_ext_brs_8.output + +test can_fd_ext_brs_64 + protocol-decoder can channel can_rx=0 option nominal_bitrate=1000000 + input can/can_fd/arbitrary_traffic/can_fd_ext_brs_64.sr + output can annotation match can_fd_ext_brs_64.output -- cgit v1.2.3-70-g09d2