We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c7ab3 commit 59ac654Copy full SHA for 59ac654
pytest-embedded-idf/tests/test_idf.py
@@ -183,7 +183,8 @@ def test_idf_serial_flash_with_erase_nvs(testdir):
183
import pexpect
184
import pytest
185
186
- def test_idf_serial_flash(dut):
+ def test_idf_serial_flash_with_erase_nvs(dut):
187
+ dut.expect('Erasing region') # from "erase-nvs"
188
dut.expect('Hash of data verified.') # from flash
189
dut.expect('Hello world!')
190
dut.expect('Restarting')
0 commit comments