-
Notifications
You must be signed in to change notification settings - Fork 1.4k
tests: bootloader: update: kmu revoke adjustments #25574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Result of invalidation changed log level from error to debug. Signed-off-by: Mateusz Michalek <[email protected]>
pull in kmu revocation tests adjustments. Signed-off-by: Mateusz Michalek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the MCUboot revision and adjusts test expectations to reflect a change in log level for key invalidation results from error to debug. The tests are modified to no longer expect the "Key invalidation failed with" error message in the output.
- Updated MCUboot revision to
0d263faf6e55a697ee336f2fbef0af095802f979 - Removed expectations for "Key invalidation failed with" log messages in KMU revoke tests
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| west.yml | Updated MCUboot revision reference |
| tests/subsys/bootloader/upgrade/pytest/test_kmu_extra.py | Removed "Key invalidation failed with" from expected log output in two test functions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c544359a6382a161136c6b2a481416836806cc6c more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Make all changes, necessary to pass ruff checks. Signed-off-by: Tomasz Chyrowicz <[email protected]>
|
You can find the documentation preview for this PR here. |
Result of invalidation changed log level from error to debug.
Replacement for: #25385