summaryrefslogtreecommitdiff
path: root/test/hil
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-11-22 17:31:31 +0700
committerhathach <[email protected]>2025-11-22 17:31:31 +0700
commitb98127fba2b198130eb8868defcf117c6b5ea231 (patch)
tree36d95a57994f3c7d0b1376228ffba26ee4c7c389 /test/hil
parentb7bf1d9835b0fab2da581df8d81686509d155e15 (diff)
hil stress test cdc
Diffstat (limited to 'test/hil')
-rwxr-xr-xtest/hil/hil_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index aabf8a449..238d452e8 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -437,7 +437,7 @@ def test_device_cdc_msc(board):
ser.write(test_str)
ser.flush()
rd_str = ser.read(len(test_str))
- assert rd_str == test_str, f'CDC wrong data ({size} bytes): expected: {test_str[:16]}... was {rd_str[:16]}'
+ assert rd_str == test_str, f'CDC wrong data ({size} bytes):\n expected: {test_str}\n was: {rd_str}'
ser.close()