Skip to content

Commit 59ac654

Browse files
committed
ci: improve erase_nvs test case
1 parent 35c7ab3 commit 59ac654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest-embedded-idf/tests/test_idf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ def test_idf_serial_flash_with_erase_nvs(testdir):
183183
import pexpect
184184
import pytest
185185
186-
def test_idf_serial_flash(dut):
186+
def test_idf_serial_flash_with_erase_nvs(dut):
187+
dut.expect('Erasing region') # from "erase-nvs"
187188
dut.expect('Hash of data verified.') # from flash
188189
dut.expect('Hello world!')
189190
dut.expect('Restarting')

0 commit comments

Comments
 (0)