blob: c238bf4053d6bc004ede98fa49180397b940ab50 [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
9# Print warnings for specific sub-errors
10warn /(?i)^exception/
11warn /ERROR/
12
Bob Lantz17ba9c82014-09-25 17:36:11 -070013# Passed tests should be marked with OK
14ok /Test.*OK/
Bob Lantzbe321b62014-09-25 17:16:25 -070015
Bob Lantz17ba9c82014-09-25 17:36:11 -070016# Useful information
Bob Lantz30f29382014-09-25 17:45:07 -070017info /Test.*OK/
Bob Lantz17ba9c82014-09-25 17:36:11 -070018info /(?i)booting/
19info /(?i)running tests/
20info /Ran.*tests in/