Skip to content

Commit 96f4f78

Browse files
committed
ci(nvs_flash): Enabled nvs_host_test in ci
1 parent ccb455f commit 96f4f78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/nvs_flash/host_test/nvs_host_test/pytest_nvs_host_linux.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77

88
@pytest.mark.host_test
9+
@pytest.mark.parametrize(
10+
'config',
11+
[
12+
'default_set_key',
13+
'legacy_set_key',
14+
],
15+
indirect=True,
16+
)
917
@idf_parametrize('target', ['linux'], indirect=['target'])
1018
def test_nvs_host_linux(dut: Dut) -> None:
1119
dut.expect_exact('All tests passed', timeout=60)

0 commit comments

Comments
 (0)