-
Notifications
You must be signed in to change notification settings - Fork 21
Add PCIe test script with capability checks and result logging #87
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
cc55a78
to
522ed05
Compare
522ed05
to
ca29654
Compare
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.
Minor change is required.
016f162
to
f848bbf
Compare
f848bbf
to
f5afff9
Compare
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
42af22b
to
fc74864
Compare
62fd5d4
to
ec97d81
Compare
This patch introduces a new PCIe test script that validates the presence of key PCIe attributes using `lspci -vvv`. It checks for: - Device tree node - Capabilities - Kernel driver in use The script logs detailed info and warnings for each check and writes a simple PASS/FAIL result to a .res file. It follows the existing test framework structure and uses functestlib logging utilities. Signed-off-by: Sai-teja573 <[email protected]>
ec97d81
to
1bb6ec5
Compare
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
This patch introduces a new PCIe test script that validates the presence of key PCIe attributes using
lspci -vvv
. It checks for:The script logs detailed info and warnings for each check and writes a simple PASS/FAIL result to a .res file. It follows the existing test framework structure and uses functestlib logging utilities.