-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add AMD PMF driver loading validation (New) #1620
base: main
Are you sure you want to change the base?
Conversation
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.
Hello! Sorry for the late review...
Please check my inline comments and see if they make sense.
import subprocess | ||
|
||
|
||
class AMDPMF: |
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.
Is a class necessary here?
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.
I thought that there will be more test cases for AMD PMF driver. Therefore, I would like to use class to make it could add more function.
Co-authored-by: Pierre Equoy <pierre.equoy@canonical.com>
Co-authored-by: Pierre Equoy <pierre.equoy@canonical.com>
2. add and modify docstring 3. change the from amd_pmf to import amd_pmf
Description
AMD PMF (Platform Management Framework) is a new feature that required by client to validate.
Currently, the test plan is only included one loading test, and will be enhanced in the future.
Resolved issues
Internal Jira ticket
Documentation
Tests
manifest false to skip: https://certification.canonical.com/hardware/202001-27667/submission/403122/
AMD PMF isn't loaded: https://certification.canonical.com/hardware/202001-27667/submission/403120/
AMD PMF is loaded: https://certification.canonical.com/hardware/202401-33431/submission/403125/