Skip to content

Commit

Permalink
ci: fix bl version in dfu test
Browse files Browse the repository at this point in the history
this patch updates the expected bl version to 3 for nrf91.

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic committed Oct 4, 2024
1 parent 739c352 commit e46940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/on_target/tests/test_serial_dfu.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_dfu(t91x_dfu):

t91x_dfu.uart.start()

expected_lines = ["Firmware version 2", "Zephyr OS"]
expected_lines = ["Firmware version 3", "Zephyr OS"]
t91x_dfu.uart.wait_for_str(expected_lines, timeout=60)
logger.info("nRF91 DFU test passed successfully")

Expand Down

0 comments on commit e46940f

Please sign in to comment.