target-test.yml: Add job for wifi runner

This commit is contained in:
Harshit Malpani
2022-05-10 15:01:03 +05:30
committed by BOT
parent 57e2e7a27c
commit 1c0987814b
2 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -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