blob: 6de5b184fc57c6936201adb925bff3e1de7623e8 [file] [log] [blame]
# Rules for Jenkins Log Parser Plugin
# These should work for parsing the Mininet test log
# Rules are in priority order - first matching rule
# triggers and the rest are ignored.
# Failed full tests will be marked with FAILED
error /FAILED/
# Print warnings for specific sub-errors
warn /(?i)^exception/
warn /ERROR/
# Passed tests should be marked with OK
ok /Test.*OK/
# Useful information
info /(?i)booting/
info /(?i)running tests/
info /Ran.*tests in/