Andy Doan andy.doan@linaro.org writes:
parse: pattern: "(?P<test_case_id>.*-*):\s+(?P<result>(pass|fail))"
This parse pattern may be a victim of copy paste. I don't think you have to escape the '' character in YAML, so I think its just a '\s+'
Nope, it seems to be necessary. YAML is not without its odd bits :-)
Cheers, mwh