Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix setUp and tearDown for runtime tests
@ 2015-10-15  6:29 mariano.lopez
  2015-10-15  6:29 ` [PATCH 1/2] oetest: Add tearDownLocal class mariano.lopez
  2015-10-15  6:29 ` [PATCH 2/2] oeqa/runtime: Fix setUp and tearDown methods mariano.lopez
  0 siblings, 2 replies; 3+ messages in thread
From: mariano.lopez @ 2015-10-15  6:29 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@linux.intel.com>

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-15 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15  6:29 [PATCH 0/2] Fix setUp and tearDown for runtime tests mariano.lopez
2015-10-15  6:29 ` [PATCH 1/2] oetest: Add tearDownLocal class mariano.lopez
2015-10-15  6:29 ` [PATCH 2/2] oeqa/runtime: Fix setUp and tearDown methods mariano.lopez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox