diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2017-06-29 15:02:14 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 08:44:25 +0100 |
commit | bec45829e3c27b7e7df8769725a5b49ef6d1f679 (patch) | |
tree | 6906e973341887658e06e327035b04fe4a2ca7a5 /meta/lib/oeqa/selftest/context.py | |
parent | 1ae1df385311fb06838261c33f1bf4d1ea368c39 (diff) | |
download | poky-bec45829e3c27b7e7df8769725a5b49ef6d1f679.tar.gz |
oeqa/core/loader: Generate function _make_failed_test dynamically
Python versions has different features from branches 3.4.x, 3.5.x and
3.6.x, i expected in wrong mode that was incremental for example changes
in 3.4.4 be in 3.5.x but that's not true.
The _make_failed_test internal method differs and is only available in
certain versions >= 3.4.4 and in 3.5.x and 3.6.x branches but not
realeses have been made including it.
So to avoid futher problems inspect the _make_failed_test and generates
function definition according what parameters are needed, the unique
supossition is that exception argument is always passed.
Related to,
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d8380d098a290510b442a7abd2dd5a50cabf5844
(From OE-Core rev: b4740d2b325a80bcecc5e56dff9add9081fcd31b)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/context.py')
0 files changed, 0 insertions, 0 deletions