aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-04-22 13:49:27 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-04-22 13:49:27 +0300
commit95fa48ad6f0377b7067cc7c0568b441823e1afbf (patch)
tree2ff049af3a94c5df5a93c994456c3213466bffb2 /zephyr-upstream
parent2f653957984c0c95c0898da898f0c6927c46da61 (diff)
zephyr-upstream: submit_for_testing.py: Add another test start pattern
lpcxpresso55s69 seems to have "Booting Zephyr OS" garbled regularly and fails to detect test start. Change-Id: Ia4130bcd3fcbd6e01eb0b85d8c3506c75e6f28b8 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 98c3fd28bc..537d3835c1 100644
--- a/zephyr-upstream/submit_for_testing.py
+++ b/zephyr-upstream/submit_for_testing.py
@@ -382,7 +382,7 @@ def main():
test_action = \
" monitors:\n" + \
" - name: " + test_name + "\n" + \
- " start: (tc_start\(\)|starting .*test|Booting Zephyr OS)\n" + \
+ " start: (tc_start\(\)|starting .*test|Running test suite|Booting Zephyr OS)\n" + \
" end: PROJECT EXECUTION\n" + \
" pattern: (?P<result>(PASS|FAIL))\s-\s(?P<test_case_id>\w+).*?\\r\\n\n" + \
" fixupdict:\n" + \