]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/loader: refine regex to find module
authorLee Chee Yang <chee.yang.lee@intel.com>
Wed, 1 Jul 2020 14:39:08 +0000 (22:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Jul 2020 10:37:20 +0000 (11:37 +0100)
commitad81ea90a815389e45ff302a85151724c71f71c3
treecb282d0c2cdb45447d786882c956a6d356189602
parentad4ff7c18cc6a5c15a0525149dbe2dbd5ae39129
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>
meta/lib/oeqa/core/loader.py