diff options
| author | hathach <[email protected]> | 2024-08-13 14:50:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-13 14:50:54 +0700 |
| commit | 0f732a2f8b83ba5a6eebacf4ded73a682214591e (patch) | |
| tree | 240598eff8fb8394f5439017ae3f2dba89023888 | |
| parent | 5f8599f6d44c1b1741f3e0edf0d342720c0c17d8 (diff) | |
remove metro m7 for now
| -rw-r--r-- | test/hil/hil_test.py | 2 | ||||
| -rw-r--r-- | test/hil/rpi.json | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index c6feb7de2..c2ed4d94e 100644 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -387,7 +387,7 @@ def test_board(board): try: ret = globals()[f'test_{test}'](board) print('OK') - except AssertionError as e: + except Exception as e: err_count += 1 print('Failed') print(f' {e}') diff --git a/test/hil/rpi.json b/test/hil/rpi.json index a4f6073eb..5f218d073 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -15,15 +15,6 @@ "flasher_args": "-f interface/cmsis-dap.cfg -f target/atsame5x.cfg -c \"adapter speed 5000\"" }, { - "name": "metro_m7_1011", - "uid": "9CE8715DD71137363E00005002004200", - "tests_skip": ["cdc_msc", "cdc_msc_freertos"], - "comment": "Somehow has issue with cdc_msc example randomly", - "flasher": "jlink", - "flasher_sn": "000611000000", - "flasher_args": "-device MIMXRT1011xxx5A" - }, - { "name": "lpcxpresso11u37", "uid": "17121919", "flasher": "jlink", @@ -70,6 +61,14 @@ ], "boards-skip": [ { + "name": "metro_m7_1011", + "uid": "9CE8715DD71137363E00005002004200", + "flasher": "jlink", + "flasher_sn": "000611000000", + "flasher_args": "-device MIMXRT1011xxx5A", + "comment": "sometime it is not enumerated/not reset, maybe need an bsp explicit disconnect/reconnect" + }, + { "name": "espressif_s3_devkitm", "uid": "84F703C084E4", "tests": [ |
