poky/meta/lib/oeqa/core/utils
Richard Purdie ebd97e728a oeqa: Add selftest parallelisation support
This allows oe-selftest to take a -j option which specifies how much test
parallelisation to use. Currently this is "module" based with each module
being split and run in a separate build directory. Further splitting could
be done but this seems a good compromise between test setup and parallelism.

You need python-testtools and python-subunit installed to use this but only
when the -j option is specified.

See notes posted to the openedmbedded-architecture list for more details
about the design choices here.

Some of this functionality may make more sense in the oeqa core ultimately.

(From OE-Core rev: 326ababfd620ae5ea29bf486b9d68ba3d60cad30)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-18 10:18:41 +01:00
..
__init__.py oeqa/core: Add utils module for OEQA framework 2017-01-23 12:05:18 +00:00
concurrencytest.py oeqa: Add selftest parallelisation support 2018-07-18 10:18:41 +01:00
misc.py meta: remove remaining True option to getVar calls 2017-01-31 14:43:02 +00:00
path.py oeqa/core: Add utils module for OEQA framework 2017-01-23 12:05:18 +00:00
test.py testimage.bbclass: Add package install feature 2017-01-23 12:05:20 +00:00