mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
target-test.yml: Add jobs
This commit is contained in:
parent
83ace52a36
commit
2d244ded08
@ -161,6 +161,16 @@ example_test_pytest_esp32_wifi:
|
||||
TARGET: ESP32
|
||||
ENV_MARKER: wifi
|
||||
|
||||
example_test_pytest_esp32_wifi_bt:
|
||||
extends:
|
||||
- .pytest_examples_dir_template
|
||||
- .rules:test:example_test-esp32
|
||||
needs:
|
||||
- build_pytest_examples_esp32
|
||||
variables:
|
||||
TARGET: ESP32
|
||||
ENV_MARKER: wifi_bt
|
||||
|
||||
example_test_pytest_esp32_ethernet_ip101:
|
||||
extends:
|
||||
- .pytest_examples_dir_template
|
||||
|
@ -43,6 +43,7 @@ markers =
|
||||
ethernet: ethernet runner
|
||||
ethernet_flash_8m: ethernet runner with 8mb flash
|
||||
wifi: wifi runner
|
||||
wifi_bt
|
||||
|
||||
# multi-dut markers
|
||||
multi_dut_generic: tests should be run on generic runners, at least have two duts connected.
|
||||
|
Loading…
Reference in New Issue
Block a user