aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-02-13 22:35:49 -0600
committerAníbal Limón <anibal.limon@linaro.org>2018-02-13 22:35:49 -0600
commitdec38eedf2b503594cd32d15719bfe2377f6aaf1 (patch)
tree46eb00ca0a2b7e8b2db247118333a04af5370393
parent98ad777d52cd89a6dc27863503b4fe96db94e700 (diff)
automated/linux: gst-validate fix result parsing
Don't enforce to start a line with validate, the results on lava-dispatcher shows as follow, ... [92mvalidate.file.audiomixer.simple.seek_backward.basic: Passed[0m [92mvalidate.file.audiomixer.simple.seek_forward.basic: Passed[0m [92mvalidate.file.audiomixer.simple.seek_with_stop.basic: Passed[0m ... Change-Id: Ifbf8713e4b34dda44129454eb94f3adb40822b4d Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--automated/linux/gst-validate/gst-validate.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/gst-validate/gst-validate.yaml b/automated/linux/gst-validate/gst-validate.yaml
index 3ecec995..39d60664 100644
--- a/automated/linux/gst-validate/gst-validate.yaml
+++ b/automated/linux/gst-validate/gst-validate.yaml
@@ -34,7 +34,7 @@ run:
- gst-validate-launcher -M ${MAIN_DIR} ${OPTIONS} || true
parse:
- pattern: '^(?P<test_case_id>validate\..*):\s+(?P<result>(Failed|Passed|Skipped|Timeout))'
+ pattern: '(?P<test_case_id>validate\..*):\s+(?P<result>(Failed|Passed|Skipped|Timeout))'
fixupdict:
Failed: fail
Passed: pass