Skip to content

Commit ee8d20a

Browse files
committed
tests: test_functional: update automount log string
Update `wait_for_str` to match the new log message format for storage automount success: `"Automount /att_storage succeeded"` replaces the old `"/att_storage automounted"` string. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
1 parent 1772e2e commit ee8d20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/on_target/tests/test_functional/test_buffer_flash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_buffer_flash(dut_cloud, hex_file_buffer_flash):
7070
reset_device()
7171

7272
# Wait for storage automount
73-
dut_cloud.uart.wait_for_str("/att_storage automounted", timeout=60)
73+
dut_cloud.uart.wait_for_str("Automount /att_storage succeeded", timeout=60)
7474

7575
# Clear buffer
7676
dut_cloud.uart.write(clear_str)

0 commit comments

Comments
 (0)