Comment 4 for bug 1156614

Revision history for this message
Milosz Wasilewski (mwasilew) wrote :

With the current version of pm-qa test case LAVA will not pick any retults. The fix is pretty trivial:
 1. make a clear verdict in include/functions.sh (patch attached)
 2. fix the regexp in yaml file to
^testcase_(?P<test_case_id>\\w+)\\s+(?P<result>\\w+)$