All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/5] Fix bugs found within runtime testing
@ 2017-01-27 12:10 mariano.lopez
  2017-01-27 12:10 ` [PATCHv2 1/5] runtime/cases: Fix case numbers, missing cases and unused classes mariano.lopez
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: mariano.lopez @ 2017-01-27 12:10 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@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.

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-01-30 16:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-27 12:10 [PATCHv2 0/5] Fix bugs found within runtime testing mariano.lopez
2017-01-27 12:10 ` [PATCHv2 1/5] runtime/cases: Fix case numbers, missing cases and unused classes mariano.lopez
2017-01-27 12:10 ` [PATCHv2 2/5] runtime/cases/smart.py: Check for IMAGE_PKGTYPE instead of PACKAGE_CLASSES mariano.lopez
2017-01-27 12:10 ` [PATCHv2 3/5] testimage.bbclass: Allow to run tests on autobuilder's images mariano.lopez
2017-01-27 12:10 ` [PATCHv2 4/5] oeqa/core/context.py: Add validation for run-tests option mariano.lopez
2017-01-27 12:10 ` [PATCHv2 5/5] oeqa/runtime/cases: Rename syslog module to oe_syslog mariano.lopez
2017-01-27 20:23 ` ✗ patchtest: failure for Fix bugs found within runtime testing (rev2) Patchwork
     [not found] ` <cover.1485763510.git.mariano.lopez@linux.intel.com>
2017-01-30  8:08   ` [PATCHv3 1/5] runtime/cases: Fix case numbers, missing cases and unused classes mariano.lopez
2017-01-30  8:08   ` [PATCHv3 2/5] runtime/cases/smart.py: Check for IMAGE_PKGTYPE instead of PACKAGE_CLASSES mariano.lopez
2017-01-30  8:08   ` [PATCHv3 3/5] testimage.bbclass: Allow to run tests on autobuilder's images mariano.lopez
2017-01-30  8:08   ` [PATCHv3 4/5] oeqa/core/context.py: Add validation for run-tests option mariano.lopez
2017-01-30  8:08   ` [PATCHv3 5/5] oeqa/runtime/cases: Rename syslog module to oe_syslog mariano.lopez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.