]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/qemurunner: Clean up failure handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2020 12:23:27 +0000 (13:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Apr 2020 12:58:59 +0000 (13:58 +0100)
commit57ccf1e3bb320bd28a2d106c98f4706434c3075a
tree538608dbd3831ebf6e12b2c38233ac4038c36177
parentb59a2bbbf3c56b71f6118970ed2269dddfbdbe0c
oeqa/qemurunner: Clean up failure handling

If you fail to setup the tap devices, runqemu will error quickly
however stdout/stderr are not shown to the user, instead a SystemExit
traceback is shown. This could explain some long since unexplained
failures on the autobuilder.

Rework the error handling so SystemExit isn't used and the
standard log failure messages can be shown. The code could
likely ultimatley need some restructuring to work effectively.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/qemurunner.py