diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-09-29 18:06:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-08 19:54:22 +0000 |
commit | 80db3d999ae26d298d9d5418a32b11a4f27af9d5 (patch) | |
tree | 53c64058eff4e2295393d41728cf832a201ca8dd /README | |
parent | 842f3beb211eb0a398b37c50d433a93b86964f6b (diff) | |
download | openembedded-core-80db3d999ae26d298d9d5418a32b11a4f27af9d5.tar.gz openembedded-core-80db3d999ae26d298d9d5418a32b11a4f27af9d5.tar.bz2 openembedded-core-80db3d999ae26d298d9d5418a32b11a4f27af9d5.zip |
oeqa/core/loader: Make _built_modules_dict() support packages correctly
For test modules in a package, e.g., oelib.license, running
`oe-selftest -r oelib.license` or `oe-selftest -r
oelib.license.TestSimpleCombinations` would fail with a message that
the specified test cases could not be found. This was due to the
parsing in _built_modules_dict(), which failed to distinguish between
<package>.<module>.<class> and <module>.<class>.<testcase> and treated
both cases as the latter.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions