diff options
| author | Ha Thach <[email protected]> | 2024-07-19 13:06:33 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-19 13:06:33 +0700 |
| commit | ad3c49ca433afb65d5eba44e8ca186e5e9b475ef (patch) | |
| tree | 98fb06f1bca8e11d902417ea9ff07d2b2a56e030 /test | |
| parent | 7706e6f5d2c8585650ca1ebafe9b97d68f85b2b0 (diff) | |
| parent | b35173b5b0051e4e2d168918b2e5e14604725888 (diff) | |
Merge pull request #2726 from hathach/hil-add-ra4m1
add ra4m1 ek for hil test
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/hil_test.py | 2 | ||||
| -rw-r--r-- | test/hil/rpi.json | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index 8f0a8c93a..158841687 100644 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -358,7 +358,7 @@ def main(): if 'tests' in item: test_list = item['tests'] + ['board_test'] else: - test_list = all_tests + test_list = list(all_tests) # remove skip_tests if 'tests_skip' in item: diff --git a/test/hil/rpi.json b/test/hil/rpi.json index 338ecae20..98d576db8 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -37,6 +37,15 @@ "flasher": "jlink", "flasher_sn": "000611000000", "flasher_args": "-device MIMXRT1011xxx5A" + }, + { + "name": "ra4m1_ek", + "uid": "152E163038303131393346E46F26574B", + "tests_skip": ["cdc_msc", "cdc_msc_freertos"], + "comment": "MSC is slow to enumerated #2602", + "flasher": "jlink", + "flasher_sn": "000831174392", + "flasher_args": "-device R7FA4M1AB" } ] } |
