feat(storage/nvs_flash): add dependencies to nvs_flash test apps

This commit is contained in:
Tomáš Rohlínek
2023-11-28 10:20:15 +01:00
parent a4c80b5fce
commit c276c36dfe
2 changed files with 16 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ CONFIGS_NVS_ENCR_FLASH_ENC = [
]
@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.parametrize('config', ['default'], indirect=True)
def test_nvs_flash(dut: IdfDut) -> None:
dut.expect_exact('Press ENTER to see the list of tests')