blob: b4151e4d112ffd80ca9c0bf3d07db16f4625a11f [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/
# Warn on exceptions and sub-errors
warn /(?i)^exception/
warn /ERROR/
# Report passed tests in Info
info /Test.*OK/
info /Sanity.*OK/