aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-04-06 22:34:52 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-04-06 22:34:52 +0300
commitfeb0124c24b539682fa19834fdcf05e253efedcd (patch)
treec2107362e69ecda69cf911ba715b2e30fd4f4288 /zephyr-upstream
parent0bb212e6619a642345e4e3d40d5d739b112b079a (diff)
zephyr-upstream: submit_for_testing: Update testcase matching pattern
Format of Zephyr tests changed, from: PASS - test_v6_send_recv to: PASS - test_v6_send_recv in 2.57 seconds This caused testcases not matching and apparently other weird effects in SQUAD. Change-Id: Ib960ef7c6b158906cd820c82cf2dae7bdbb36457 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'zephyr-upstream')
-rw-r--r--zephyr-upstream/submit_for_testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr-upstream/submit_for_testing.py b/zephyr-upstream/submit_for_testing.py
index cb48eadfe2..e5c6c65510 100644
--- a/zephyr-upstream/submit_for_testing.py
+++ b/zephyr-upstream/submit_for_testing.py
@@ -361,7 +361,7 @@ def main():
" - name: " + test_name + "\n" + \
" start: (tc_start\(\)|starting .*test|Booting Zephyr OS)\n" + \
" end: PROJECT EXECUTION\n" + \
- " pattern: (?P<result>(PASS|FAIL))\s-\s(?P<test_case_id>\w+)\\r\\n\n" + \
+ " pattern: (?P<result>(PASS|FAIL))\s-\s(?P<test_case_id>\w+).*?\\r\\n\n" + \
" fixupdict:\n" + \
" PASS: pass\n" + \
" FAIL: fail\n"