mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Merge branch 'feature/nvs_flash_add_test_apps_dependecies' into 'master'
feat(storage): add dependencies to storage related test apps Closes IDF-8398, IDF-8397, and IDF-8835 See merge request espressif/esp-idf!27439
This commit is contained in:
12
components/vfs/test_apps/.build-test-rules.yml
Normal file
12
components/vfs/test_apps/.build-test-rules.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
components/vfs/test_apps:
|
||||
disable_test:
|
||||
- if: IDF_TARGET not in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3"]
|
||||
temporary: true
|
||||
reason: lack of runners
|
||||
|
||||
depends_components:
|
||||
- vfs
|
||||
- fatfs
|
||||
- spiffs
|
||||
- console
|
||||
- driver
|
@@ -9,7 +9,6 @@ from pytest_embedded import Dut
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32c6
|
||||
@pytest.mark.esp32h2
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.parametrize('config', [
|
||||
'default', 'iram',
|
||||
], indirect=True)
|
||||
@@ -18,8 +17,7 @@ def test_vfs_default(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.parametrize('config', [
|
||||
'ccomp',
|
||||
], indirect=True)
|
||||
|
Reference in New Issue
Block a user