[OE-core] [PATCHv3 0/5] Fix bugs found within runtime testing

mariano.lopez at linux.intel.com mariano.lopez at linux.intel.com
Mon Jan 30 08:08:18 UTC 2017


From: Mariano Lopez <mariano.lopez at linux.intel.com>

This will fix some bugs found in testimage when executing tests
from images downloaded from the autobuilders.

Changes in v2:

- Fix some test cases that were changed during the migration.
- Add createrepo-native as dependency of test image.
- Fix TEST_SUITES in core-image-sato-sdk and core-image-lsb-sdk.
- Renamed syslog test to oe_syslog to make it run on debian/ubuntu.

Changes in v3:

- Make patchtest happy removing a double hasthag in one of the patches.
- Rebase to current master.

The following changes since commit 0150dddeaf901c91d32be093efd0348a344fb545:

  sanity.conf: Update minimum bitbake version requirements to 1.33.0 (2017-01-27 10:42:39 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/bug10964
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug10964

Aníbal Limón (2):
  oeqa/core/context.py: Add validation for run-tests option
  oeqa/runtime/cases: Rename syslog module to oe_syslog

Mariano Lopez (3):
  runtime/cases: Fix case numbers, missing cases and unused classes
  runtime/cases/smart.py: Check for IMAGE_PKGTYPE instead of
    PACKAGE_CLASSES
  testimage.bbclass: Allow to run tests on autobuilder's images

 meta/classes/testimage.bbclass                       | 20 ++++++++++++--------
 meta/lib/oeqa/core/context.py                        |  6 +++++-
 meta/lib/oeqa/core/utils/misc.py                     |  7 +++++++
 meta/lib/oeqa/runtime/cases/connman.py               |  2 +-
 meta/lib/oeqa/runtime/cases/gcc.py                   |  3 ---
 meta/lib/oeqa/runtime/cases/multilib.py              |  2 +-
 .../oeqa/runtime/cases/{syslog.py => oe_syslog.py}   | 13 +++++++++++--
 meta/lib/oeqa/runtime/cases/smart.py                 |  2 +-
 8 files changed, 38 insertions(+), 17 deletions(-)
 rename meta/lib/oeqa/runtime/cases/{syslog.py => oe_syslog.py} (82%)

-- 
2.6.6



More information about the Openembedded-core mailing list