]> code.ossystems Code Review - openembedded-core.git/commit
oetest: Add tearDownLocal class
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 15 Oct 2015 06:29:37 +0000 (06:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Oct 2015 16:55:14 +0000 (17:55 +0100)
commitb5917f8032d6965596868b2fe01da4e0682e2804
treee176f23875beb6574383d08381b3d9644ea23597
parent6d47b3c277a3bb0f031084c24903a3412d7f4550
oetest: Add tearDownLocal class

In the current state there are some runtime test that
don't run the tearDown method fromm oeRuntimeTest class
because the tearDown class is overwritten in the child
class.

This change adds tearDownLocal method in oeRuntimeTest
class that will run after tearDown. This method can be
overwritten in the child classes to implement specific
test functionality.

[YOCTO #8465]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/oetest.py