mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 14:14:33 +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
|
TARGET: ESP32
|
||||||
ENV_MARKER: ethernet_ota
|
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:
|
example_test_pytest_esp32_ethernet_ip101:
|
||||||
extends:
|
extends:
|
||||||
- .pytest_examples_dir_template
|
- .pytest_examples_dir_template
|
||||||
|
@@ -34,6 +34,7 @@ markers =
|
|||||||
ethernet_ota: ethernet OTA runners
|
ethernet_ota: ethernet OTA runners
|
||||||
flash_encryption: Flash Encryption runners
|
flash_encryption: Flash Encryption runners
|
||||||
ir_transceiver: runners with a pair of IR transmitter and receiver
|
ir_transceiver: runners with a pair of IR transmitter and receiver
|
||||||
|
wifi: wifi runner
|
||||||
|
|
||||||
# log related
|
# log related
|
||||||
log_cli = True
|
log_cli = True
|
||||||
|
Reference in New Issue
Block a user