]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/runtime/ssh: check for all errors at the end
authorJon Mason <jdmason@kudzu.us>
Thu, 4 Jul 2024 20:31:56 +0000 (16:31 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Jul 2024 08:16:26 +0000 (09:16 +0100)
commit3c3ebe591eef6e0479d623ec2237cfea16db5c80
tree185e3af22469a79c20b5593f693fba9ed3b42d74
parent7b2cdd257132645534642a1461fe14b835eee6e8
oeqa/runtime/ssh: check for all errors at the end

With the retry for the -SIGTERM, it is possible to still see that error
after the 5th attempt and mark the run a success.  Check for any
non-zero status in the final check and error out to close the gap.
While there, make the error print match the one above and be a little
more verbose.  Also, I'm seeing it take roughly 6 attempts on my local
(very slow) system to pass.  So, increasing the number of attempts to
10.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/ssh.py