ci(nvs_flash): Enabled nvs_host_test in ci

This commit is contained in:
radek.tandler
2025-09-04 13:44:23 +02:00
parent ccb455fc63
commit 96f4f78054

View File

@@ -6,6 +6,14 @@ from pytest_embedded_idf.utils import idf_parametrize
@pytest.mark.host_test
@pytest.mark.parametrize(
'config',
[
'default_set_key',
'legacy_set_key',
],
indirect=True,
)
@idf_parametrize('target', ['linux'], indirect=['target'])
def test_nvs_host_linux(dut: Dut) -> None:
dut.expect_exact('All tests passed', timeout=60)