mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
Merge branch 'ci/enable_emmc_test_on_p4' into 'master'
Ci/enable emmc test on p4 See merge request espressif/esp-idf!40269
This commit is contained in:
@@ -15,10 +15,6 @@ examples/storage/emmc:
|
|||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32s3", "esp32p4"]
|
- if: IDF_TARGET in ["esp32s3", "esp32p4"]
|
||||||
reason: only support on esp32s3 and esp32p4
|
reason: only support on esp32s3 and esp32p4
|
||||||
disable_test:
|
|
||||||
- if: IDF_TARGET == "esp32p4"
|
|
||||||
temporary: true
|
|
||||||
reason: lack of runners
|
|
||||||
|
|
||||||
examples/storage/partition_api/partition_find:
|
examples/storage/partition_api/partition_find:
|
||||||
depends_components:
|
depends_components:
|
||||||
|
@@ -18,7 +18,7 @@ from pytest_embedded_idf.utils import idf_parametrize
|
|||||||
],
|
],
|
||||||
indirect=True,
|
indirect=True,
|
||||||
)
|
)
|
||||||
@idf_parametrize('target', ['esp32s3'], indirect=['target'])
|
@idf_parametrize('target', ['esp32s3', 'esp32p4'], indirect=['target'])
|
||||||
def test_examples_sd_card_sdmmc(dut: Dut) -> None:
|
def test_examples_sd_card_sdmmc(dut: Dut) -> None:
|
||||||
dut.expect('example: Initializing eMMC', timeout=20)
|
dut.expect('example: Initializing eMMC', timeout=20)
|
||||||
dut.expect('example: Using SDMMC peripheral', timeout=10)
|
dut.expect('example: Using SDMMC peripheral', timeout=10)
|
||||||
|
Reference in New Issue
Block a user