Skip to content

Allow test cases to request ignoring kernel panics

Nikolai Kondrashov requested to merge support_ignoring_panic into master

Add support for specifying "ignore_panic" property for test cases, which would request the test harness to ignore kernel panics for the whole recipe.

Merge request reports