mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: add esp32 ethernet custom test
This commit is contained in:
parent
bbfedfc447
commit
3f8400ef7c
@ -1130,6 +1130,14 @@ pytest_test_apps_esp32_jtag:
|
||||
SETUP_TOOLS: "1" # need gdb
|
||||
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
||||
|
||||
pytest_test_apps_esp32_ethernet:
|
||||
extends:
|
||||
- .pytest_test_apps_dir_template
|
||||
- .rules:test:custom_test-esp32
|
||||
needs:
|
||||
- build_pytest_test_apps_esp32
|
||||
tags: [ esp32, ethernet ]
|
||||
|
||||
pytest_test_apps_esp32s2_generic:
|
||||
extends:
|
||||
- .pytest_test_apps_dir_template
|
||||
|
Loading…
Reference in New Issue
Block a user