blob: b4151e4d112ffd80ca9c0bf3d07db16f4625a11f [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
Bob Lantz17ba9c82014-09-25 17:36:11 -07003# Rules are in priority order - first matching rule
4# triggers and the rest are ignored.
Bob Lantzbe321b62014-09-25 17:16:25 -07005
Bob Lantz17ba9c82014-09-25 17:36:11 -07006# Failed full tests will be marked with FAILED
7error /FAILED/
Bob Lantzbe321b62014-09-25 17:16:25 -07008
Bob Lantz667c6aa2014-09-26 00:13:34 -07009# Warn on exceptions and sub-errors
Bob Lantzbe321b62014-09-25 17:16:25 -070010warn /(?i)^exception/
11warn /ERROR/
12
Bob Lantz667c6aa2014-09-26 00:13:34 -070013# Report passed tests in Info
Bob Lantz30f29382014-09-25 17:45:07 -070014info /Test.*OK/
Bob Lantz667c6aa2014-09-26 00:13:34 -070015info /Sanity.*OK/