Re: [OE-core] [PATCH] core/loader.py: fix regex to include all available test cases

2017-12-06 Thread Leonardo Sandoval
On Wed, 6 Dec 2017 11:50:58 + Joshua Lock wrote: > On 05/12/17 15:51, leonardo.sandoval.gonza...@linux.intel.com wrote: > > From: Leonardo Sandoval > > > > Some test cases (i.e. eSDK.oeSDKExtSelfTest*) does not match with current > > regex, > > fix it to accept these (and previous ones). >

Re: [OE-core] [PATCH] core/loader.py: fix regex to include all available test cases

2017-12-06 Thread Joshua Lock
On 05/12/17 15:51, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval Some test cases (i.e. eSDK.oeSDKExtSelfTest*) does not match with current regex, fix it to accept these (and previous ones). Without it, the following runtime exception is observed when executing eSDK

[OE-core] [PATCH] core/loader.py: fix regex to include all available test cases

2017-12-05 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Some test cases (i.e. eSDK.oeSDKExtSelfTest*) does not match with current regex, fix it to accept these (and previous ones). Without it, the following runtime exception is observed when executing eSDK selftest (oe-selftest -r eSDK) Traceback (most recent call last):