add f407disco to hil pool

This commit is contained in:
hathach
2024-10-08 12:36:45 +07:00
parent 599bb0c822
commit 07c14f30a6
11 changed files with 438 additions and 82 deletions

View File

@@ -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