summaryrefslogtreecommitdiff
path: root/decoder/test/can/test.conf
diff options
context:
space:
mode:
authorstephan.thiele <stephan.thiele@mailbox.org>2019-11-13 23:38:25 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-11-29 20:32:51 +0100
commit2375076956aef22a2769ab0ec91b9b89f9104232 (patch)
treecc38fda2053772802882e0aaacb0a9a649356ae8 /decoder/test/can/test.conf
parent4f4cacf5f88b7952ea49786d22d5568e9b43c014 (diff)
downloadsigrok-test-2375076956aef22a2769ab0ec91b9b89f9104232.tar.gz
sigrok-test-2375076956aef22a2769ab0ec91b9b89f9104232.zip
can: add bit rate switch tests for CAN-FD
Diffstat (limited to 'decoder/test/can/test.conf')
-rw-r--r--decoder/test/can/test.conf20
1 files changed, 20 insertions, 0 deletions
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