-
-
Notifications
You must be signed in to change notification settings - Fork 170
[Misc] Add ResetNotification protocol. Add Misc to uefi-test-runner. #1116
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
uefi-test-runner/src/proto/misc.rs
Outdated
} | ||
|
||
|
||
pub fn test_reset_notification(image: Handle, bt: &BootServices) { |
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.
nit: This only tests to set hook but not that the hook is actually called. Can we fix/add that?
Thanks for the contribution! I left some nits and questions Please fix the CI, i.e., run |
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.
Lgtm, thanks for the PR!
I has add the ResetNotification protocol in Misc, and Add Misc with Timestamp and ResetNotification protocol to uefi-test-runner.
Checklist