[oe-commits] [openembedded-core] branch master updated (4aa6cdf -> bafb7e2)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 2 12:37:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from 4aa6cdf  tune-mips32*.inc: use consistent comments across all three .inc files
     add ab43412  testsdk.bbclass: Remove unused import of OEStreamLogger
     add 35efb41  oeqa/sdk/context.py: Import argparse_oe at OESDKTestContext.run method
     add c45546b  oeqa/sdk/context.py: Add return to OESDKTestContext.run() method
     add 8787fba  oeqa/core: Don't expose OEStreamLogger in OETestContext
     add 63606ff  oeqa/core/runner: OETestResult remove unneeded override of startTest
     add 33a783f  oeqa/core: Move OETestContext.log{Summary, Details} into OETestResult
     add b4ae730  oeqa/core/threaded: Add new module with OETestLoaderThreaded
     add 87d3e5b  oeqa/core/threaded: Add OEStreamLoggerThreaded class
     add 8a6a9cb  oeqa/core/runner: OETestResult add internal _tc_map_results
     add 8e71844  oeqa/core/threaded: Add OETestResultThreaded{,Internal} classes
     add 48b7a40  oeqa/core/threaded: Add support of OETestRunnerThreaded
     add 3ec0d38  oeqa/core/threaded: Add OETestContextThreaded class
     add 257d9ef  oeqa/core/decorator/depends: Add support for threading mode
     add 8ab2016  oeqa/core/decorator/oetimeout: Add support for OEQA threaded mode
     add 44254ca  oeqa/sdkext/cases: Move sdk_update test into devtool module
     add fb9d91c  oeqa/core/tests: Add tests of OEQA Threaded mode
     add 598c657  oeqa/sdk: Enable usage of OEQA thread mode
     add 7e803f1  oeqa/core: Add list tests support in context and runner
     add 0f75318  oeqa/core: Add support for run tests by module, class and name
     add b588c5c  classes/test{export,images}: Change modules to list
     add 21df9f0  oeqa/runtime/case: Don't use OEQA framework internal methods
     add 77635ff  oeqa/core/README: Improve documentation
     add 943a2a3  oeqa/core/case: fix typo on comment about exception name
     add e7458dd  oeqa/core/context: Raise exception when a manifest is specified but missing
     add 2bb02cd  oeqa/core/context: Use a default iterable modules object
     add 05b1621  oeqa/core/context: Omit docstring output on XMLResult
     add bafb7e2  oeqa/core/context: Include a _pre_run method

No new revisions were added by this update.

Summary of changes:
 meta/classes/testexport.bbclass                    |   2 +-
 meta/classes/testimage.bbclass                     |   6 +-
 meta/classes/testsdk.bbclass                       |  13 +-
 meta/lib/oeqa/core/README                          |  81 ++++--
 meta/lib/oeqa/core/case.py                         |   2 +-
 meta/lib/oeqa/core/context.py                      | 126 ++--------
 meta/lib/oeqa/core/decorator/depends.py            |   8 +-
 meta/lib/oeqa/core/decorator/oetimeout.py          |  40 ++-
 meta/lib/oeqa/core/exception.py                    |   6 +
 meta/lib/oeqa/core/loader.py                       |  66 ++++-
 meta/lib/oeqa/core/runner.py                       | 192 ++++++++++++++-
 .../core/tests/cases/loader/threaded/threaded.py   |  12 +
 .../another.py => threaded/threaded_alone.py}      |   7 +-
 .../cases/loader/threaded/threaded_depends.py      |  10 +
 .../tests/cases/loader/threaded/threaded_module.py |  12 +
 meta/lib/oeqa/core/tests/common.py                 |  10 +
 meta/lib/oeqa/core/tests/test_decorators.py        |  12 +
 meta/lib/oeqa/core/tests/test_loader.py            |  30 ++-
 meta/lib/oeqa/core/threaded.py                     | 274 +++++++++++++++++++++
 meta/lib/oeqa/runtime/case.py                      |   8 +-
 meta/lib/oeqa/sdk/context.py                       |  11 +-
 meta/lib/oeqa/sdkext/cases/devtool.py              |  32 +++
 meta/lib/oeqa/sdkext/cases/sdk_update.py           |  39 ---
 scripts/oe-test                                    |   3 +
 24 files changed, 805 insertions(+), 197 deletions(-)
 create mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py
 copy meta/lib/oeqa/core/tests/cases/loader/{valid/another.py => threaded/threaded_alone.py} (57%)
 create mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py
 create mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py
 create mode 100644 meta/lib/oeqa/core/threaded.py
 delete mode 100644 meta/lib/oeqa/sdkext/cases/sdk_update.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list