Skip to content

Commit fcf8c8b

Browse files
tests: on_target: new mfw bundle IDs
fota v3 introduces new mfw bundles IDs. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 0313650 commit fcf8c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/on_target/tests/test_functional/test_fota.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
TEST_APP_VERSION = "foo"
2222
TEST_APP_BIN = "artifacts/stable_version_jan_2025-update-signed.bin"
2323

24-
DELTA_MFW_BUNDLEID = "MODEM*3471f88e*mfw_nrf91x1_2.0.2-FOTA-TEST"
25-
FULL_MFW_BUNDLEID = "MDM_FULL*124c2b20*mfw_nrf91x1_full_2.0.2"
24+
DELTA_MFW_BUNDLEID = "59cec896-c842-40fe-9a95-a4f3e88a4cdb"
25+
FULL_MFW_BUNDLEID = "d692915d-d978-4c77-ab02-f05f511971f9"
2626
NEW_MFW_DELTA_VERSION = "mfw_nrf91x1_2.0.2-FOTA-TEST"
2727
MFW_202_VERSION = "mfw_nrf91x1_2.0.2"
2828

0 commit comments

Comments
 (0)