diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2017-05-26 15:37:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-02 13:36:13 +0100 |
commit | c118f80f17a93a425b256d64cd7c1d5fcb5fc127 (patch) | |
tree | 8b6a7b08270dec573dc60d93043e9c3a2effccea /meta/recipes-graphics/ttf-fonts | |
parent | b4b9e22c40b7ce315d0286fe656581f81d965043 (diff) | |
download | poky-c118f80f17a93a425b256d64cd7c1d5fcb5fc127.tar.gz |
oeqa/core/threaded: Add new module with OETestLoaderThreaded
The threded module will implement Thread support into the OEQA
framework.
The OETestLoaderThreaded overrides discover to return a list of
suites every suite will be run by a separate Thread.
Some design considerations are:
- All the tests of a certain module needs to be run at one thread
because unittest framework needs to keep track of setUp{Module,
Class,} and tearDown{Module, Class,}.
- Tests that depends on other needs to be run at the same thread
because OEQA framework look at the status of dependant test to
decide if skip or not, this constraint can be change in the future
but a sync mechanishm is needed to implement between the Threads.
[YOCTO #11450]
(From OE-Core rev: b4ae730ee1d6003ff005148f741270e2878de484)
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/recipes-graphics/ttf-fonts')
0 files changed, 0 insertions, 0 deletions