]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Detect dead connections
authorSimon Glass <sjg@chromium.org>
Thu, 10 Oct 2024 00:29:03 +0000 (18:29 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 16:24:27 +0000 (10:24 -0600)
commit85d7dae377ac172a5361bbb526b552db39c5ceca
treec0a392c592cd7cbd1abd62c29622683504db59dd
parent681b8f86e4719ba4d8d0bd4f8b6be056277499f6
test: Detect dead connections

When the connection to a board dies, assume it is dead forever until
some user action is taken. Skip all remaining tests. This avoids CI
runs taking an hour, with hundreds of 30-second timeouts all to no
avail.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py
test/py/u_boot_spawn.py