aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-04-05 14:50:49 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-04-05 14:50:49 +0300
commit4853110d694e34b18403daf2e7107e1ebd47050f (patch)
tree68b6b98e24f5d816809b999e2ca3076f7a8189e0 /zephyr-upstream
parent0786b08f556243ee48f5612b3d9221bb83a865a9 (diff)
zephyr-upstream: submit_for_testing.py: Mark skipped tests more clearly.
Change-Id: I5353ba05751f098ac022e2b0d336e7f4a1f9fc21 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 5dda98fa3a..cb48eadfe2 100644
--- a/zephyr-upstream/submit_for_testing.py
+++ b/zephyr-upstream/submit_for_testing.py
@@ -348,7 +348,7 @@ def main():
# As of now, LAVA lab doesn't have boards with special harnesses,
# so skip tests which require something beyond basic "console".
if harness_section and harness_section["harness"] != "console":
- print("Warning: test %s requires harness '%s', skipping" % (
+ print("SKIP %s: requires harness '%s'" % (
test, harness_section["harness"]
))
continue