-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
P2Critical bugs or normal featuresCritical bugs or normal featuresarea:logsLog and results collection, storage, etc.Log and results collection, storage, etc.good first issueGood for newcomersGood for newcomerstype:enhancementNew framework feature or requestNew framework feature or request
Description
Marc suggested to switch to journalctl while reviewing #290
Current we grep for negative keywords, if it hit any then return error. These are current keywords for error.
err_str="error|failed|timed out|panic|oops"
dmesg | grep -E "$err_str" | grep -vE "$ignore_str"
Later we should drop such "screen scraping" and use something more robust like journalctl --dmesg --priority err with no false positive (for instance a debug message with one of these keywords) and no false negative (e.g. ERR:)
Links:
- https://gitlab.devtools.intel.com/sof-ci/sofcitest/-/issues/500 Make the complete output of "journalctl --quiet --boot 0 -p warning" easily available in each test result
Metadata
Metadata
Assignees
Labels
P2Critical bugs or normal featuresCritical bugs or normal featuresarea:logsLog and results collection, storage, etc.Log and results collection, storage, etc.good first issueGood for newcomersGood for newcomerstype:enhancementNew framework feature or requestNew framework feature or request