blob: cea54c844e345771dc070a5648c59b0681c552bc [file] [log] [blame]
Bob Lantzbe321b62014-09-25 17:16:25 -07001# Rules for Jenkins Log Parser Plugin
2# These should work for parsing the Mininet test log
3
4# Passed tests should be marked with OK
5ok /OK/
6
7# Print warnings for specific sub-errors
8warn /(?i)^exception/
9warn /ERROR/
10
11# Failed full tests will be marked with FAILED
12error /FAILED/
13
14# Start of various sections
15start /(?i)booting/
16start /(?i)running tests/