aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 14:34:00 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-12-15 14:34:39 +0200
commit358de2b3c979f52b42d024e983ae66c4a037d6db (patch)
treecc92d167bc497d88127cbdb254b8dfa2f37cb44d /lite-aeolus
parent172bae831bc1e8a1e9454ffa3fca64a7e98c1f99 (diff)
lite-aeolus-micropython: template-upy-testsuite.yaml: Quote string.
Change-Id: I99927376e6a5278401b1bacadc0dc8008f5a110b
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 aecb996d..8bbb7cc3 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>\w+): (?P<result>(OK|FAILED|SKIPPED))'
fixupdict:
OK: pass
FAILED: fail