blob: cea54c844e345771dc070a5648c59b0681c552bc [file] [log] [blame]
# Rules for Jenkins Log Parser Plugin
# These should work for parsing the Mininet test log
# Passed tests should be marked with OK
ok /OK/
# Print warnings for specific sub-errors
warn /(?i)^exception/
warn /ERROR/
# Failed full tests will be marked with FAILED
error /FAILED/
# Start of various sections
start /(?i)booting/
start /(?i)running tests/