poky/meta/lib/oeqa/utils
Paul Eggleton fdfdfc8ccb oeqa/utils/decorators: fix missing keyword arguments on decorators
We need to handle keyword arguments here or sending a keyword argument
to a decorated function that accepts keyword arguments will trigger an
error. (This showed up when testcase decorators were added to the
recipetool.RecipetoolTests.test_recipetool_appendsrcfiles_basic_subdir
test).

(From OE-Core rev: f787b688f2884ce3fa888b4041030538c7d2bf55)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-27 07:24:30 +00:00
..
__init__.py oeqa: add proper handling for command errors where needed 2014-04-30 21:52:33 +01:00
commands.py oeqa/commands: Increase qemu boot timeout to match testimage.bbclass 2015-08-01 07:34:08 +01:00
decorators.py oeqa/utils/decorators: fix missing keyword arguments on decorators 2015-10-27 07:24:30 +00:00
dump.py testimage: Added IO commands to dumps 2015-10-01 17:54:55 +01:00
ftools.py oeqa/utils/ftools: From functions that expect data, check if None 2015-10-21 22:56:06 +01: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 qemurunner: Show the output of runqemu script 2015-10-27 07:24:28 +00:00
qemutinyrunner.py oeqa/utils: Add runner for poky-tiny qemu. 2015-04-10 18:10:27 +01:00
sshcontrol.py oeqa: Test failure/cleanup improvements 2015-09-06 15:26:18 +01:00
targetbuild.py oeqa/targetbuild: Ensure we run gnu-configize so config files are up to date 2015-09-12 22:48:47 +01:00