generic-poky/meta/lib/oeqa
Leonardo Sandoval ec504e0ff6 oeqa/utils/decorators: Append the testname without the full path
When getting the failures/errors/skipped lists, include the
unit test without the full path.

This issue was found on this scenario

    | test_1_logrotate_setup (oeqa.runtime.logrotate.LogrotateTest) ... FAIL
    | test_2_logrotate (oeqa.runtime.logrotate.LogrotateTest) ... ok

Where test_1_logrotate failed and test_2_logrotate should not have
run because

    @skipUnlessPassed("test_1_logrotate_setup")
    def test_2_logrotate(self):

(From OE-Core rev: 8715beff7b910209627da3726b18b7abf801b557)

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-01 07:43:35 +01:00
..
controllers meta: Add explict getVar param for (non) expansion 2015-06-23 11:57:25 +01:00
runtime oeqa/sdk/gcc: Fix makefile test 2015-09-28 12:00:31 +01:00
sdk oeqa/sdk/gcc: Fix makefile test 2015-09-28 12:00:31 +01:00
selftest oeqa/selftest/wic: Added testcase decorator to all testcases + fixed minor typos. 2015-10-01 07:43:33 +01:00
utils oeqa/utils/decorators: Append the testname without the full path 2015-10-01 07:43:35 +01:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py oetest: Change logic of a failed test 2015-10-01 07:43:34 +01:00
runexported.py oeqa/runexported: Fix a problem with ssh_target_log existing in folder. 2015-10-01 07:43:34 +01:00
targetcontrol.py oeqa: Test failure/cleanup improvements 2015-09-06 15:26:18 +01:00