generic-poky/meta/lib/oeqa/utils
Lucian Musat 0c4dd0ad16 oeqa: Refactor test skipping decorators to use the unittest result object
In order to make the test skipping decorators independent of the oeTest object we rely on the unittest result object to construct skip, fail and error lists used by these decorators.
Created a new object getResults that analyses upper frames and retrieves the unittest result object instance, then return a list of failed, skipped and error tests.
Also removed the oetest import from decorators.py because it was no longer required.

(From OE-Core rev: 4d2d201158236bd4c72546cf8db88681ff921b11)

Signed-off-by: Lucian Musat <georgex.l.musat@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-25 15:34:00 +01:00
..
__init__.py oeqa: add proper handling for command errors where needed 2014-04-30 21:52:33 +01:00
commands.py oeqa/utils/commands.py: add support for postconfig option 2014-06-10 17:24:17 +01:00
decorators.py oeqa: Refactor test skipping decorators to use the unittest result object 2014-07-25 15:34:00 +01: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 lib/oeqa/runtime: smart: serve repo on host ip only and increase timeout 2013-09-03 19:57:38 +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: take proxy into account 2014-02-11 11:56:56 +00:00