Conversation
|
Rebased on latest Updated head commit: Could you please re-review when you have a moment? Thanks! |
|
Friendly follow-up on this PR. It has been rebased on the latest |
|
Quick ping on this one. It is rebased, CI is clean, and I am happy to adjust anything if you want the scope trimmed further. |
|
Two firmware-cache cases reproduce at
Reproduction script, setup and observed output. It executes the unchanged resolver with real A URI-based cache key and download-to-temporary-file followed by rename on success would address the two cases. The existing PR remains unchanged. Could a separate regression-test follow-up be assigned under #980, and would this validation qualify for the bounty program's financial support? Please confirm the scope and support amount before implementation; neither has been agreed. |
Summary
Add
FW_URIsupport to regression wrappers so testers can provide a direct firmware download URL instead of managing local binary paths manually.What changed
resolve_fw_filehelper inscripts/lib/robot.shFW_FILE(existing behavior) orFW_URIFW_URIto cache ($FW_CACHE_DIRor~/.cache/osfv/firmware)FW_FILEscripts/regression.shscripts/regression-rerun-failed.shFW_URIusage exampleWhy
This addresses issue #980 goal of reducing manual firmware file handling and improving reproducibility while preserving
FW_FILEfor local debugging.Closes #980