feat(storage/spiffs): add host test for disabled erase check

This commit is contained in:
Tomáš Rohlínek
2024-05-27 15:48:00 +02:00
parent f753434640
commit c44da2f222
4 changed files with 43 additions and 1 deletions

View File

@@ -6,5 +6,6 @@ from pytest_embedded import Dut
@pytest.mark.linux
@pytest.mark.host_test
@pytest.mark.parametrize('config', ['erase_check', 'no_erase_check'])
def test_spiffs_linux(dut: Dut) -> None:
dut.expect_unity_test_output(timeout=5)