From: Mariano Lopez <[email protected]> Some runtime tests will overwrite the setUp and tearDown methods and this will cause the parent's method to not run at all. These changes will fix the setUp and tearDown methods for the child classes. The following changes since commit d302c98822efe2cb78a63b620aed1b94b4ed4a68:
bitbake: toaster: Fix missing tooltips from layers on project configuration page (2015-10-13 15:35:49 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mariano/bug8465 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug8465 Mariano Lopez (2): oetest: Add tearDownLocal class oeqa/runtime: Fix setUp and tearDown methods meta/lib/oeqa/oetest.py | 6 ++++++ meta/lib/oeqa/runtime/_ptest.py | 2 +- meta/lib/oeqa/runtime/date.py | 4 ++-- meta/lib/oeqa/runtime/kernelmodule.py | 4 ++-- meta/lib/oeqa/runtime/scanelf.py | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) -- 1.8.4.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
