forked from espressif/esp-idf
fix(esp_netif): Update test-apps dependency patterns
This commit is contained in:
committed by
David Čermák
parent
64a9cd5c80
commit
a1e92d3b34
@@ -5,9 +5,18 @@ components/esp_netif/test_apps/test_app_esp_netif:
|
|||||||
- if: IDF_TARGET not in ["esp32s2", "esp32c3"]
|
- if: IDF_TARGET not in ["esp32s2", "esp32c3"]
|
||||||
temporary: false
|
temporary: false
|
||||||
reason: Not needed to test on all targets (chosen two, one for each architecture)
|
reason: Not needed to test on all targets (chosen two, one for each architecture)
|
||||||
|
depends_components:
|
||||||
|
- esp_netif
|
||||||
|
- lwip
|
||||||
|
- esp_eth
|
||||||
|
- esp_wifi
|
||||||
|
|
||||||
components/esp_netif/test_apps/test_app_vfs_l2tap:
|
components/esp_netif/test_apps/test_app_vfs_l2tap:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_EMAC_SUPPORTED != 1
|
- if: SOC_EMAC_SUPPORTED != 1
|
||||||
temporary: false
|
temporary: false
|
||||||
reason: test uses internal EMAC
|
reason: test uses internal EMAC
|
||||||
|
depends_components:
|
||||||
|
- esp_netif
|
||||||
|
- lwip
|
||||||
|
- esp_eth
|
||||||
|
Reference in New Issue
Block a user