[oe-commits] [openembedded-core] branch master-next updated (3176bfe -> a712f7f)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 20 09:44:20 UTC 2017


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

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

    from 3176bfe  recipetool: Setup logging before calling prepare
     new 5fb71ea  oeqa/eSDK: Ignore errors during directory cleanup
     new 39a2f05  oeqa/core/loader: Generate function _make_failed_test dynamically
     new 8c49e67  selftest/cases/package: Call parent setUpClass method
     new 746ba8d  oeqa/selftest/{context,case}: Handle KeyboardInterrupt/SIGINT and SIGTERM
     new b6ec7d2  oe/copy_buildsystem: check_sstate_task_list also pop BBPATH from env
     new 721ce16  oeqa/core/threaded: Enable support to use the main thread
     new 3a4a18c  oeqa/core/threaded: Add support to run into a thread at end of execution
     new eba5057  oeqa/core/threaded: logSummary add skipped tests info
     new c09512b  oeqa/core/tests: Update test_loader threaded to cover main thread usage
     new 0a043b1  oeqa/selftest/{case,context}: Add builddir by test class and context
     new 3f3353c  oeqa/selftest/case: Add wrappers to utils.commands modules
     new 0fd4c84  oeqa/selftest/case: Creates meta-selftest layer per class
     new fb28020  oeqa/selftest/case: tearDown extra commands print what actually fails
     new 11f83a0  oeqa/selftest/case: Support bitbake memres mode in per build directory
     new d2d7f9c  oeqa/selftest/cases: Use testlayer_path instead of call get_test_layer()
     new d78900a  oeqa/selftest/cases: Use builddir from class instead of get from environment
     new 67fc4a9  oeqa/selftest/cases: Use wrapper methods from OESelfTestCase class and enable threaded runs
     new 4dce9cc  oeqa/selftest/cases: imagefeatures enable threaded runs
     new 0a68ecc  oeqa/selftest/cases: runqemu enable threaded runs
     new bc5c54d  oeqa/selftest/cases: runtime enable threaded runs
     new e39e3f9  oeqa/selftest/cases: eSDK enable threaded runs
     new d96319f  oeqa/selftest/cases: devtool enable threaded runs
     new f04d3f5  oeqa/selftest/cases: recipetool enable for threaded runs
     new 1f13c7e  oeqa/selftest/cases: Move devtool deploy test case to own module
     new c632fd1  selftest/cases/devtool{,end}: Move update/finish_{upgrade,modify} tests to its own module
     new a62332c  seltest/cases/devtool: Build dbus on test_devtool_add_git_local
     new 5d105dc  argparse_oe: Add int_positive type
     new a712f7f  oeqa/selftest/context: Enable support for threaded runs

The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/lib/oe/copy_buildsystem.py                    |    1 +
 meta/lib/oeqa/core/loader.py                       |   25 +-
 meta/lib/oeqa/core/tests/test_loader.py            |   17 +-
 meta/lib/oeqa/core/threaded.py                     |  169 +++-
 meta/lib/oeqa/selftest/case.py                     |  252 ++++-
 .../lib/oeqa/selftest/cases/_sstatetests_noauto.py |   23 +-
 meta/lib/oeqa/selftest/cases/archiver.py           |   21 +-
 meta/lib/oeqa/selftest/cases/bblayers.py           |   45 +-
 meta/lib/oeqa/selftest/cases/bbtests.py            |  103 +-
 meta/lib/oeqa/selftest/cases/buildhistory.py       |    9 +-
 meta/lib/oeqa/selftest/cases/buildoptions.py       |   58 +-
 meta/lib/oeqa/selftest/cases/containerimage.py     |    9 +-
 meta/lib/oeqa/selftest/cases/devtool.py            | 1065 ++++----------------
 meta/lib/oeqa/selftest/cases/devtool_deploy.py     |   93 ++
 meta/lib/oeqa/selftest/cases/devtool_end.py        |  592 +++++++++++
 meta/lib/oeqa/selftest/cases/distrodata.py         |    7 +-
 meta/lib/oeqa/selftest/cases/eSDK.py               |   66 +-
 meta/lib/oeqa/selftest/cases/image_typedep.py      |    8 +-
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   86 +-
 meta/lib/oeqa/selftest/cases/imagefeatures_boot.py |   63 ++
 meta/lib/oeqa/selftest/cases/layerappend.py        |   22 +-
 meta/lib/oeqa/selftest/cases/liboe.py              |   13 +-
 meta/lib/oeqa/selftest/cases/lic_checksum.py       |    8 +-
 meta/lib/oeqa/selftest/cases/manifest.py           |   13 +-
 meta/lib/oeqa/selftest/cases/oelib/buildhistory.py |    7 +-
 meta/lib/oeqa/selftest/cases/oescripts.py          |    5 +-
 meta/lib/oeqa/selftest/cases/package.py            |   12 +-
 meta/lib/oeqa/selftest/cases/pkgdata.py            |   73 +-
 meta/lib/oeqa/selftest/cases/prservice.py          |   19 +-
 meta/lib/oeqa/selftest/cases/recipetool.py         |  105 +-
 meta/lib/oeqa/selftest/cases/runqemu.py            |    7 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  225 +----
 .../lib/oeqa/selftest/cases/runtime_test_export.py |  104 ++
 .../oeqa/selftest/cases/runtime_test_postinsts.py  |  114 +++
 meta/lib/oeqa/selftest/cases/selftest.py           |    2 +
 meta/lib/oeqa/selftest/cases/signing.py            |   42 +-
 meta/lib/oeqa/selftest/cases/sstate.py             |    5 +-
 meta/lib/oeqa/selftest/cases/sstatetests.py        |   51 +-
 meta/lib/oeqa/selftest/context.py                  |  140 ++-
 scripts/lib/argparse_oe.py                         |    7 +
 40 files changed, 2069 insertions(+), 1617 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/devtool_deploy.py
 create mode 100644 meta/lib/oeqa/selftest/cases/devtool_end.py
 create mode 100644 meta/lib/oeqa/selftest/cases/imagefeatures_boot.py
 create mode 100644 meta/lib/oeqa/selftest/cases/runtime_test_export.py
 create mode 100644 meta/lib/oeqa/selftest/cases/runtime_test_postinsts.py

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


More information about the Openembedded-commits mailing list