Skip to content

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 <[email protected]>
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