aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 18:38:51 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 18:38:51 +0200
commit6f051b95f40fb0ac59a2a976f5dd1eefd4830d7b (patch)
treeec67e06f7b567dd225a0a9deadd67f62f562421c /lite-aeolus
parent8a28461c629429a517d0f9335ce1bd3aa20f2f4d (diff)
lite-aeolus-micropython: template-upy-testsuite.yaml: Fix #2 test pattern.
Change-Id: Ia3ca4a29660e3a06c32a33299ad1fc87531952c6
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 603ab5b8..935ab9d9 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>.+): (?P<result>(OK|FAILED|SKIPPED))'
+ pattern: '(?P<test_case_id>[0-9a-z/.]+): (?P<result>(OK|FAILED|SKIPPED))'
fixupdict:
OK: pass
FAILED: fail