generic-poky/meta/lib/oeqa
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
..
controllers controllers/masterimage.py: Make testimage kernel naming pattern universal 2014-06-13 12:52:21 +01:00
runtime oeqa/parselogs: Added a check in case the folder location does not contain any log files 2015-01-08 09:24:49 +00:00
sdk oeqa/sdk/buildsudoku.py: add setUpModule method to run only when gtk+ in installed. 2014-08-27 12:12:31 +01:00
selftest oeqa/selftest: fix test_incremental_image_generation for changes in log output 2014-12-31 17:04:46 +00:00
utils oeqa/utils/decorators: Try and improve ugly _ErrorHandler tracebacks 2015-01-23 11:36:29 +00:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py oeqa: Added package installer to oetest to aid in future automatic install of packages 2014-09-10 15:38:56 +01:00
runexported.py lib/oeqa: add module for running tests outside of the build system 2014-02-09 09:40:01 +00:00
targetcontrol.py oeqa/targetcontrol.py: Separate the matching of supported image fstypes from the resulting value check. 2014-06-24 19:54:10 +01:00