summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-13 17:34:22 +0700
committerhathach <[email protected]>2024-11-13 17:34:22 +0700
commit202aaa49ad5187e238a5cc4218ea58c8ad1e3c9b (patch)
treed1b11f4d6561e36598d264e6ab79f679acacb359 /test
parent3ee3658dad4bd44be325ee18229dfc62a2ffa057 (diff)
change test order (no cdc or msc back to back).
Diffstat (limited to 'test')
-rwxr-xr-xtest/hil/hil_test.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index daa9868d9..eec7ec2be 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -494,12 +494,13 @@ def test_device_hid_composite_freertos(id):
# Main
# -------------------------------------------------------------
# device tests
+# note don't test 2 examples with cdc or 2 msc next to each other
device_tests = [
'device/cdc_dual_ports',
- 'device/cdc_msc',
'device/dfu',
- 'device/cdc_msc_freertos', # don't test 2 cdc_msc next to each other
+ 'device/cdc_msc',
'device/dfu_runtime',
+ 'device/cdc_msc_freertos',
'device/hid_boot_interface',
]