aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 18:46:22 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 18:46:22 +0200
commit1fab356a91a0b4928cfc75eb3e06f0f23cbf9214 (patch)
treec1987eb821bde92f3d4a6e7f26b4fac80355fa08
parent6f051b95f40fb0ac59a2a976f5dd1eefd4830d7b (diff)
lite-aeolus-micropython: template-upy-testsuite.yaml: Fix #3 test pattern.
Change-Id: I35232461f3c89f0e013e56e8eb957c0f8767b74b
-rw-r--r--lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml b/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml
index 935ab9d977..88780aac27 100644
--- a/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml
+++ b/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml
@@ -32,7 +32,7 @@ actions:
- name: 'micropython_testsuite'
start: ''
end: '^status: '
- pattern: '(?P<test_case_id>[0-9a-z/.]+): (?P<result>(OK|FAILED|SKIPPED))'
+ pattern: '(?P<test_case_id>[-_0-9a-z/.]+): (?P<result>(OK|FAILED|SKIPPED))'
fixupdict:
OK: pass
FAILED: fail