generic-poky/meta/lib/oeqa/utils
Richard Purdie 5b985fd364 oeqa/utils/decorators: Try and improve ugly _ErrorHandler tracebacks
Currently, if one module is skipped, any other module calling skipModule
causes tracebacks about _ErrorHandler not having a _testMethodName
method.

This reworks the code in a way to avoid some of the problems by using
the id() method of the objects. It also maps to the correct name
format rather than "setupModule" or just skiping the item entirely.

(From OE-Core rev: 78d3bf2e4c88779df32b9dfbe8362dc24e9ad080)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-23 11:36:29 +00:00
..
__init__.py oeqa: add proper handling for command errors where needed 2014-04-30 21:52:33 +01:00
commands.py oeqa/utils: replace some tabs with spaces 2014-12-25 08:27:12 +00:00
decorators.py oeqa/utils/decorators: Try and improve ugly _ErrorHandler tracebacks 2015-01-23 11:36:29 +00:00
ftools.py scripts/oe-selftest: script to run builds as unittest against bitbake or various scripts 2013-12-03 17:45:50 +00:00
httpserver.py oeqa/utils/httpserver: Reset SIGTERM handler 2014-08-23 09:31:41 +01:00
logparser.py oeqa/utils/logparser.py: results based log parser utility 2014-09-10 15:38:56 +01:00
qemurunner.py oeqa/utils/qemurunner: search for login string in the entire boot log 2014-03-11 08:11:41 -07:00
sshcontrol.py oeqa/utils: sshcontrol: realtime logging of output 2014-04-29 17:20:12 +01:00
targetbuild.py oeqa/utils/targetbuild.py: add support for sdk tests 2014-08-18 08:55:54 +01:00