Skip to content

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Sai-teja573
Copy link
Contributor

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.

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 <122cs0573@nitrkl.ac.in>
Copy link
Contributor

@smuppand smuppand left a 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.

Signed-off-by: Sai-teja573 <118095977+Sai-teja573@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants