feat(storage): Update build test rules for storage related components

This commit is contained in:
Tomáš Rohlínek
2023-12-11 08:32:21 +01:00
parent c276c36dfe
commit 092f5aff29
9 changed files with 67 additions and 13 deletions

View File

@@ -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)