]> code.ossystems Code Review - openembedded-core.git/commit
selftest: remove result file log awkward checking
authorBenjamin Esquivel <benjamin.esquivel@linux.intel.com>
Sun, 12 Feb 2017 19:00:38 +0000 (19:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:28 +0000 (20:06 -0800)
commit19b025333846018fd3e4ee4ca5cc18d375fa6213
tree2990012024d7639bb6ca5b501e5d1dcc26f269cb
parentb80aba08ba56c7e8f847966b3593f6cedd1b1ee5
selftest: remove result file log awkward checking

because of the way that the test cases are looked in the results,
the file logger is incompatible with extended implementations of the
unittest runner.

as the xml runner extends the unittest runner, it shares the id()
method which returns the full name of the test, not only the test
function name. With that, a single check of the full name reviews at
the same time the class name as well as the function name.

[YOCTO#11012]

Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/decorators.py