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