Fix Sonobuoy systemd-image for k8 1.18
[validation.git] / bluval / rules.txt
1 # Separate results based on suite (group the messages by suite)
2 start /(?:Executing testcase ).*$/
3
4 # Only fail if some critical tests failed
5 debug /critical test.*passed, 0 failed/
6 error /critical test.*passed/
7
8 # Suite/subsuite test results will be marked as info/warn
9 info /PASS/
10 warn /FAIL/