]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/test/can/test.conf
avr_isp: add test for ATmega328/P
[sigrok-test.git] / decoder / test / can / test.conf
index 75e98263867d8e09f6035a5bb42ddef2a80d4618..c16e036697351beb1dbe446d41ca106396dbf533 100644 (file)
@@ -48,3 +48,37 @@ test can_fd_std_without_brs_64
        protocol-decoder can channel can_rx=0 option nominal_bitrate=1000000
        input can/can_fd/arbitrary_traffic/can_fd_std_without_brs_64.sr
        output can annotation match can_fd_std_without_brs_64.output
+
+test can_fd_ext_without_brs_8
+       protocol-decoder can channel can_rx=0 option nominal_bitrate=1000000
+       input can/can_fd/arbitrary_traffic/can_fd_ext_without_brs_8.sr
+       output can annotation match can_fd_ext_without_brs_8.output
+
+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
+       output can python match can_fd_std_brs_8.python
+
+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
+       output can python match can_fd_std_brs_64.python
+
+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
+       output can python match can_fd_ext_brs_8.python
+
+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
+       output can python match can_fd_ext_brs_64.python