]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/test/can/test.conf
can: add bit rate switch tests for CAN-FD
[sigrok-test.git] / decoder / test / can / test.conf
index 68271fc23abf18d93579261db785e3c0f95829e7..03e314390d434c44e2bbff6dbce284936001ed30 100644 (file)
@@ -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