aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2018-10-10 14:17:25 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2018-10-22 10:55:58 +0100
commit6f37bdd298357025f7b042a2cc2e738b230936cd (patch)
treed430a0cce69487b4c9ffd23dc9509e7afda67c56 /templates
parentaec9671b77b0a07f58c889671254d504a40fd9da (diff)
v4l2: fix test results parsing
The v4l2-compliance test suite is not a test case, so only rely on the LAVA results parsing to collect test case results. This removes the misleading "v4l2-compliance" test case from the results. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/v4l2/v4l2.jinja23
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/v4l2/v4l2.jinja2 b/templates/v4l2/v4l2.jinja2
index 7be1793..f00f9ed 100644
--- a/templates/v4l2/v4l2.jinja2
+++ b/templates/v4l2/v4l2.jinja2
@@ -13,7 +13,7 @@
- functional
run:
steps:
- - lava-test-case v4l2-compliance --shell v4l2-compliance | sed "s/test /test $test/g"
+ - v4l2-compliance | sed "s/test /test $test/g"
parse:
pattern: 'test (?P<test_case_id>\S*):\s+(?P<result>(OK|FAIL|SKIP))'
fixupdict:
@@ -23,4 +23,3 @@
from: inline
name: v4l2
path: inline/v4l2.yaml
-