X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=bluval%2Frules.txt;fp=bluval%2Frules.txt;h=f2273ff4ac6076b3f83c5e8db3d9730a738e5a41;hp=0000000000000000000000000000000000000000;hb=21b8334662643b1877a2be70152a9b631a685af7;hpb=2865a1e803121989fa0db5fbe26c283639751fe7 diff --git a/bluval/rules.txt b/bluval/rules.txt new file mode 100644 index 0000000..f2273ff --- /dev/null +++ b/bluval/rules.txt @@ -0,0 +1,10 @@ +# Separate results based on suite (group the messages by suite) +start /(?:Executing testcase ).*$/ + +# Only fail if some critical tests failed +debug /critical test.*passed, 0 failed/ +error /critical test.*passed/ + +# Suite/subsuite test results will be marked as info/warn +info /PASS/ +warn /FAIL/