From b8f27d2417083c8bb0198a0d48a38726504d9303 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Wed, 22 Jul 2020 21:45:32 +0200 Subject: can: add Python output to std and ext brs test cases The CAN decoder implementation got extended to output Python data. Adjust the test expectation to cover these on some dump files. --- decoder/test/can/can_fd_std_brs_64.python | 1 + 1 file changed, 1 insertion(+) create mode 100644 decoder/test/can/can_fd_std_brs_64.python (limited to 'decoder/test/can/can_fd_std_brs_64.python') diff --git a/decoder/test/can/can_fd_std_brs_64.python b/decoder/test/can/can_fd_std_brs_64.python new file mode 100644 index 0000000..dac7a35 --- /dev/null +++ b/decoder/test/can/can_fd_std_brs_64.python @@ -0,0 +1 @@ +5084-36455 can: ('standard', 66, None, 15, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]) -- cgit v1.2.3-54-g00ecf