Merge branch 'ci/add_test_for_ecos_wifi_enterprise' into 'master'

CI: add C3 eco7 and C2 eco4 tests for wifi

See merge request espressif/esp-idf!37759
This commit is contained in:
Lu Ai Jun
2025-03-31 10:10:56 +08:00
26 changed files with 377 additions and 0 deletions

View File

@@ -140,6 +140,8 @@ ENV_MARKERS = {
'twai_std': 'twai runner with all twai supported targets connect to usb-can adapter',
'lp_i2s': 'lp_i2s runner tested with hp_i2s',
'ram_app': 'ram_app runners',
'esp32c3eco7': 'esp32c3 major version(v1.1) chips',
'esp32c2eco4': 'esp32c2 major version(v2.0) chips',
}
# by default the timeout is 1h, for some special cases we need to extend it