mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(openthread): standardize disable_test to exclude certain targets
This commit is contained in:
@ -26,8 +26,7 @@ examples/openthread/ot_br:
|
|||||||
- if: (SOC_WIFI_SUPPORTED == 1 or IDF_TARGET == "esp32p4") and CONFIG_NAME != "native_radio"
|
- if: (SOC_WIFI_SUPPORTED == 1 or IDF_TARGET == "esp32p4") and CONFIG_NAME != "native_radio"
|
||||||
- if: SOC_WIFI_SUPPORTED == 1 and (SOC_IEEE802154_SUPPORTED == 1 and CONFIG_NAME == "native_radio")
|
- if: SOC_WIFI_SUPPORTED == 1 and (SOC_IEEE802154_SUPPORTED == 1 and CONFIG_NAME == "native_radio")
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32c2", "esp32c6", "esp32s2"]
|
- if: IDF_TARGET not in ["esp32s3"]
|
||||||
temporary: true
|
|
||||||
reason: only test on esp32s3
|
reason: only test on esp32s3
|
||||||
<<: *openthread_dependencies
|
<<: *openthread_dependencies
|
||||||
|
|
||||||
@ -39,9 +38,6 @@ examples/openthread/ot_cli:
|
|||||||
examples/openthread/ot_rcp:
|
examples/openthread/ot_rcp:
|
||||||
enable:
|
enable:
|
||||||
- if: SOC_IEEE802154_SUPPORTED == 1
|
- if: SOC_IEEE802154_SUPPORTED == 1
|
||||||
disable_test:
|
|
||||||
- if: IDF_TARGET not in ["esp32h2", "esp32c6"]
|
|
||||||
reason: only test on esp32h2 and esp32c6
|
|
||||||
<<: *openthread_dependencies
|
<<: *openthread_dependencies
|
||||||
|
|
||||||
examples/openthread/ot_sleepy_device/deep_sleep:
|
examples/openthread/ot_sleepy_device/deep_sleep:
|
||||||
|
Reference in New Issue
Block a user