summaryrefslogtreecommitdiff
path: root/test/hil/hil_test.py
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-08 12:36:45 +0700
committerhathach <[email protected]>2024-10-10 00:08:46 +0700
commit07c14f30a6d6cfb1758e3496c3ea73275ae4a062 (patch)
treecdccbb13708196eb1da8c43dddaab6437455e181 /test/hil/hil_test.py
parent599bb0c8227f659b15302dac6a04706c7d3b2a4e (diff)
add f407disco to hil pool
Diffstat (limited to 'test/hil/hil_test.py')
-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 60bba9bd2..0d7cae77e 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -245,7 +245,7 @@ def test_dual_host_info_to_device_cdc(board):
# for pico/pico2 make this test optional
failed_msg = f'Enumerated devices {enum_dev_sn} not match with declared {declared_devs}'
if 'raspberry_pi_pico' in board['name']:
- print(f'\r\n {failed_msg} ', end='')
+ print(f'\r\n {failed_msg} {STATUS_FAILED} ', end='')
else:
assert False, failed_msg
return 0