commit | e73d68b7c0df307b30730a8b05860fdd6b2f6f4e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 23 22:29:21 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 29 14:41:47 2024 -0600 |
tree | 95f2d46827721099e6d0854a9edc2f30788ae98d | |
parent | 6f7c8b2474b719b0636b64bca84bc80e6b099583 [diff] |
test: add command to 'Lab failure' timeout message When a timeout occurs while executing a command a 'Lab failure' message is written and testing is stopped. The user is left in the dark about the failure cause. ! _pytest.outcomes.Exit: Lab failure: Marking connection bad - no other tests will run ! Add the word 'Timeout' and the executed command to the message. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>