summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ubuntu/audit-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/audit-test.yaml b/ubuntu/audit-test.yaml
index ca4a3c4..401d13f 100644
--- a/ubuntu/audit-test.yaml
+++ b/ubuntu/audit-test.yaml
@@ -64,7 +64,7 @@ run:
- 'lava-test-case-attach audit-test audit.rollup.log text/plan'
parse:
- pattern: "^\\[\\d*\\]\\s+(?P<test_case_id>\\w+)\\s+(?P<result>ERROR|FAIL|PASS)"
+ pattern: "^\\[\\d+\\]\\s+(?P<test_case_id>[. a-zA-Z0-9_-]+)\\s+(?P<result>ERROR|FAIL|PASS)"
fixupdict:
ERROR: skip
FAIL: fail