mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
target-test.yml: Add job for wifi runner
This commit is contained in:
@@ -91,6 +91,16 @@ example_test_pytest_esp32_ethernet_ota:
|
||||
TARGET: ESP32
|
||||
ENV_MARKER: ethernet_ota
|
||||
|
||||
example_test_pytest_esp32_wifi:
|
||||
extends:
|
||||
- .pytest_examples_dir_template
|
||||
- .rules:test:example_test-esp32
|
||||
needs:
|
||||
- build_pytest_examples_esp32
|
||||
variables:
|
||||
TARGET: ESP32
|
||||
ENV_MARKER: wifi
|
||||
|
||||
example_test_pytest_esp32_ethernet_ip101:
|
||||
extends:
|
||||
- .pytest_examples_dir_template
|
||||
|
@@ -34,6 +34,7 @@ markers =
|
||||
ethernet_ota: ethernet OTA runners
|
||||
flash_encryption: Flash Encryption runners
|
||||
ir_transceiver: runners with a pair of IR transmitter and receiver
|
||||
wifi: wifi runner
|
||||
|
||||
# log related
|
||||
log_cli = True
|
||||
|
Reference in New Issue
Block a user