pytest: Use the Matter Thread Border Router example as the TBR for ESP32-H2's pytest

This commit is contained in:
WanqQixiang
2025-05-28 10:07:54 +08:00
parent 187b2550b9
commit ae2fe19628
4 changed files with 42 additions and 44 deletions
+1
View File
@@ -28,6 +28,7 @@ MAINFEST_FILES = [
PYTEST_H2_APPS = [
{"target": "esp32h2", "name": "light"},
{"target": "esp32s3", "name": "thread_border_router"},
]
MAINFEST_FILES = [
str(PROJECT_ROOT / 'examples' / '.build-rules.yml'),