You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The baseline or boot tests boot the kernel and check if there is any log present in crit, alert and emerg levels. If the error is present, the boot test is marked as failed, otherwise the test passes:
If any error/warning log is present on these levels, the crit, alert and emerge subtests are failed. Hence, the boot test fails. The log examples:
kern :emerg : call_irq_handler: 2.55 No irq handler for vector
kern :emerg : call_irq_handler: 1.55 No irq handler for vector
kern :emerg : call_irq_handler: 3.55 No irq handler for vector
These logs mean that there wasn't any handler available when the interrupt arrived.
There are more kinds of errors which should be investigated and resolved to get more cleaner results.
The text was updated successfully, but these errors were encountered:
The baseline or boot tests boot the kernel and check if there is any log present in crit, alert and emerg levels. If the error is present, the boot test is marked as failed, otherwise the test passes:
If any error/warning log is present on these levels, the crit, alert and emerge subtests are failed. Hence, the boot test fails. The log examples:
These logs mean that there wasn't any handler available when the interrupt arrived.
There are more kinds of errors which should be investigated and resolved to get more cleaner results.
The text was updated successfully, but these errors were encountered: