|
|
@@ -10,7 +10,7 @@ from pytest_embedded import Dut
|
|
|
|
|
|
@pytest.mark.esp32
|
|
|
@pytest.mark.esp32c3
|
|
|
-def test_examples_nvs_rw_value(dut: Dut) -> None:
|
|
|
+def test_examples_nvs_rw_value_cxx(dut: Dut) -> None:
|
|
|
for i, counter_state in zip_longest(range(4), ('The value is not initialized yet!',), fillvalue='Done'):
|
|
|
dut.expect('Opening Non-Volatile Storage \\(NVS\\) handle... Done', timeout=20)
|
|
|
dut.expect('Reading restart counter from NVS ... {}'.format(counter_state), timeout=20)
|