aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 18:27:10 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 18:27:10 +0200
commit8a28461c629429a517d0f9335ce1bd3aa20f2f4d (patch)
treea668abc2b0c2b5e395f39fdf7d4fe6c28f79e81e /lite-aeolus
parentacf31ec6d2098669d7a779d3844ba851dd618f17 (diff)
lite-aeolus-micropython: template-upy-testsuite.yaml: Fix test pattern.
Change-Id: I7056f0602bc4cf4554a956968c23e4de8f71238e
Diffstat (limited to 'lite-aeolus')
-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 ed4c77ef21..603ab5b88f 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>\w+): (?P<result>(OK|FAILED|SKIPPED))'
+ pattern: '(?P<test_case_id>.+): (?P<result>(OK|FAILED|SKIPPED))'
fixupdict:
OK: pass
FAILED: fail