We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0313650 commit fcf8c8bCopy full SHA for fcf8c8b
tests/on_target/tests/test_functional/test_fota.py
@@ -21,8 +21,8 @@
21
TEST_APP_VERSION = "foo"
22
TEST_APP_BIN = "artifacts/stable_version_jan_2025-update-signed.bin"
23
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"
+DELTA_MFW_BUNDLEID = "59cec896-c842-40fe-9a95-a4f3e88a4cdb"
+FULL_MFW_BUNDLEID = "d692915d-d978-4c77-ab02-f05f511971f9"
26
NEW_MFW_DELTA_VERSION = "mfw_nrf91x1_2.0.2-FOTA-TEST"
27
MFW_202_VERSION = "mfw_nrf91x1_2.0.2"
28
0 commit comments