summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/devtool.py
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-07-01 22:39:08 +0800
committerSteve Sakoman <steve@sakoman.com>2020-07-06 14:33:20 -1000
commit838646da741cda2059ee2bd64fd1e59980fbf945 (patch)
tree1c05e3505dba06e4e1e1529241f8b042c3d80222 /meta/lib/oeqa/selftest/cases/devtool.py
parente921edd27e71af00f07e3f1e973d2b0c6c777bf4 (diff)
downloadopenembedded-core-contrib-838646da741cda2059ee2bd64fd1e59980fbf945.tar.gz
oeqa/core/loader: refine regex to find module
test case in format <module name>.<class name>.<test case name> this is clear when test cases is only 3 item deep. but confused when it is 4 item deep, eg, oelib.types.TestList.test_list_nosep in this case, oelib and oelib.types can both be treated as module since module name contains only lower cases and class name should contain atleast one upper case. so, always treat leading item without upper case as module also allow module name to contain dot. [YOCTO #13941] Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ad81ea90a815389e45ff302a85151724c71f71c3) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
0 files changed, 0 insertions, 0 deletions