Skip to content

Commit ffa7964

Browse files
committed
tests: Fix fullmfw fota
Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
1 parent 2a43838 commit ffa7964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/on_target/tests/test_functional/test_fota.py

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def _run_fota(bundle_id="", fota_type="app", fotatimeout=APP_FOTA_TIMEOUT, new_v
123123
dut_fota.uart.wait_for_str("Connected to Cloud")
124124
try:
125125
dut_fota.data['job_id'] = dut_fota.fota.create_fota_job(dut_fota.device_id, bundle_id)
126+
dut_fota.data['bundle_id'] = bundle_id
126127
except NRFCloudFOTAError as e:
127128
pytest.skip(f"FOTA create_job REST API error: {e}")
128129
logger.info(f"Created FOTA Job (ID: {dut_fota.data['job_id']})")

0 commit comments

Comments
 (0)