Skip to content

Add Probe_Failure_Check test to detect driver probe issues in dmesg #63

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

Merged
merged 1 commit into from
Jun 4, 2025

Conversation

smuppand
Copy link
Contributor

@smuppand smuppand commented Jun 3, 2025

This patch introduces a new test case Probe_Failure_Check under the Kernel FunctionalArea suite. The script scans kernel logs (journalctl or dmesg) for signs of probe failures including:

  • "probe failed"
  • "failed to probe"
  • "probe error"

Key Features:

  • Compatible with both journalctl and dmesg-based systems
  • Logs detailed output to probe_failures.log
  • Structured to align with [functestlib.sh](http://functestlib.sh/) logging and result reporting
  • Designed to run standalone or integrated in CI

This helps catch driver initialization issues that may otherwise go unnoticed in boot logs.

@vnarapar 

@smuppand
Copy link
Contributor Author

smuppand commented Jun 3, 2025

We are removing duplicate copyright from the root README.md file. Still the footer carries the necessary copyright.

@vnarapar
Copy link
Contributor

vnarapar commented Jun 4, 2025

Everything else looks good

…nd remove copyright header from root README.md

Key Features:
- Compatible with both `journalctl` and `dmesg`-based systems
- Logs detailed output to `probe_failures.log`
- Structured to align with `functestlib.sh` logging and result reporting
- Designed to run standalone or integrated in CI

Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Copy link
Contributor

@vnarapar vnarapar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vnarapar vnarapar merged commit e6c52e9 into qualcomm-linux:main Jun 4, 2025
5 of 6 checks passed
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