mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
fe57fa6cf1
- Add pytest_unit_test_app.py with per-group test functions (each gets a fresh QEMU boot to handle the single esp_matter::start() constraint) - Add build_unit_test_app_qemu and pytest_unit_test_app_qemu CI jobs - Disable WiFi and use QEMU virtual Ethernet in sdkconfig.defaults - Register host_test and qemu pytest markers - Document local QEMU test setup in README
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
# Disable WiFi — unit tests don't need networking and WiFi PHY calibration hangs in QEMU
|
|
CONFIG_ENABLE_WIFI_STATION=n
|
|
# Use QEMU virtual Ethernet instead of WiFi
|
|
CONFIG_ETH_USE_OPENETH=y
|
|
CONFIG_ENABLE_ETHERNET_TELEMETRY=y
|