All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 00/14] testimage: restore 'auto' behaviour and a few other fixes
@ 2018-06-04  3:10 Chen Qi
  2018-06-04  3:10 ` [PATCH 01/14] oeqa/core/loader.py: support the 'auto' keyword Chen Qi
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Chen Qi @ 2018-06-04  3:10 UTC (permalink / raw)
  To: openembedded-core

Changes in V3:
* update patch to fix oe-selftest problem: oeqa/runtime/cases/selftest.py: rename to _selftest.py

Changes in V2:
* move codes into testimage_main instead of modifying testimage-auto.bbclass
* use if...else... instead list index for setting of HOSTTOOLS


The following changes since commit bc6c8a0794999b49508aeff9b7cf855ddb2a0c40:

  poky: Switch to post release name/version (2018-06-03 16:30:43 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/testimage-auto
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/testimage-auto

Chen Qi (14):
  oeqa/core/loader.py: support the 'auto' keyword
  testimage.bbclass: fix behavior of empty TEST_SUITES
  oeqa/core/decorator/__init__.py: set metaclass to ABCMeta
  oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj'
  oeqa/runtime/cases/dnf_runtime.py: skip test if PACKAGE_FEED_URIS is
    not set
  oeqa/runtime/cases/selftest.py: rename to _selftest.py
  testimage.bbclass: also check 'auto' to create rpm index
  oeqa/core/decorator/data.py: fix skipIfNotInDataVar
  oeqa/runtime/cases/rpm.py: skip if rpm not available
  oeqa/runtime/cases/multilib.py: skip if needed packages are not
    available
  oeqa/runtime/cases/multilib.py: fix test_file_connman skipping logic
  bitbake.conf: fix HOSTTOOLS setting related to image testing
  testimage.bbclass: move codes into testimage_main
  oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096

 .../runtime/cases/{selftest.py => _selftest.py}     |  2 +-
 meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py |  3 +++
 meta/classes/testimage.bbclass                      | 21 +++++++++++++--------
 meta/conf/bitbake.conf                              |  2 +-
 meta/lib/oeqa/core/decorator/__init__.py            | 10 +++++-----
 meta/lib/oeqa/core/decorator/data.py                |  4 ++--
 meta/lib/oeqa/core/loader.py                        | 17 +++++++++++++----
 meta/lib/oeqa/core/target/ssh.py                    |  2 +-
 meta/lib/oeqa/runtime/cases/multilib.py             |  4 +++-
 meta/lib/oeqa/runtime/cases/rpm.py                  |  1 +
 meta/lib/oeqa/selftest/cases/runtime_test.py        |  2 +-
 11 files changed, 44 insertions(+), 24 deletions(-)
 rename meta-selftest/lib/oeqa/runtime/cases/{selftest.py => _selftest.py} (94%)

-- 
1.9.1



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

end of thread, other threads:[~2018-06-06 10:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-04  3:10 [PATCH V3 00/14] testimage: restore 'auto' behaviour and a few other fixes Chen Qi
2018-06-04  3:10 ` [PATCH 01/14] oeqa/core/loader.py: support the 'auto' keyword Chen Qi
2018-06-04  3:10 ` [PATCH 02/14] testimage.bbclass: fix behavior of empty TEST_SUITES Chen Qi
2018-06-04  3:10 ` [PATCH 03/14] oeqa/core/decorator/__init__.py: set metaclass to ABCMeta Chen Qi
2018-06-04  3:10 ` [PATCH 04/14] oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj' Chen Qi
2018-06-04  3:10 ` [PATCH 05/14] oeqa/runtime/cases/dnf_runtime.py: skip test if PACKAGE_FEED_URIS is not set Chen Qi
2018-06-04  3:10 ` [PATCH 06/14] oeqa/runtime/cases/selftest.py: rename to _selftest.py Chen Qi
2018-06-06 10:30   ` Richard Purdie
2018-06-04  3:10 ` [PATCH 07/14] testimage.bbclass: also check 'auto' to create rpm index Chen Qi
2018-06-04  3:10 ` [PATCH 08/14] oeqa/core/decorator/data.py: fix skipIfNotInDataVar Chen Qi
2018-06-04  3:10 ` [PATCH 09/14] oeqa/runtime/cases/rpm.py: skip if rpm not available Chen Qi
2018-06-04  3:10 ` [PATCH 10/14] oeqa/runtime/cases/multilib.py: skip if needed packages are " Chen Qi
2018-06-04  3:10 ` [PATCH 11/14] oeqa/runtime/cases/multilib.py: fix test_file_connman skipping logic Chen Qi
2018-06-04  3:10 ` [PATCH 12/14] bitbake.conf: fix HOSTTOOLS setting related to image testing Chen Qi
2018-06-04  3:10 ` [PATCH 13/14] testimage.bbclass: move codes into testimage_main Chen Qi
2018-06-04  3:10 ` [PATCH 14/14] oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096 Chen Qi

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.