All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Qi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 00/14] testimage: restore 'auto' behaviour and a few other fixes
Date: Thu, 31 May 2018 16:32:47 +0800	[thread overview]
Message-ID: <cover.1527755434.git.Qi.Chen@windriver.com> (raw)

The following changes since commit 719d068bde55ef29a3468bc0779d4cb0c11e8c1d:

  bitbake: fetch2: fix import error for Python 3.6.5 (2018-05-29 21:07:46 +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-auto.bbclass: execute the same codes as testimage task
  oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096

 .../oeqa/runtime/cases/{selftest.py => _selftest.py}    |  0
 meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py     |  3 +++
 meta/classes/testimage-auto.bbclass                     |  6 ++++++
 meta/classes/testimage.bbclass                          | 10 ++++++++--
 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 +-
 12 files changed, 44 insertions(+), 17 deletions(-)
 rename meta-selftest/lib/oeqa/runtime/cases/{selftest.py => _selftest.py} (100%)

-- 
1.9.1



             reply	other threads:[~2018-05-31  8:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-31  8:32 Chen Qi [this message]
2018-05-31  8:32 ` [PATCH 01/14] oeqa/core/loader.py: support the 'auto' keyword Chen Qi
2018-05-31 13:57   ` Alexander Kanavin
2018-06-01  4:42     ` ChenQi
2018-06-01  5:41       ` Alexander Kanavin
2018-06-01  5:58         ` ChenQi
2018-06-03 15:41           ` Richard Purdie
2018-05-31  8:32 ` [PATCH 02/14] testimage.bbclass: fix behavior of empty TEST_SUITES Chen Qi
2018-05-31  8:32 ` [PATCH 03/14] oeqa/core/decorator/__init__.py: set metaclass to ABCMeta Chen Qi
2018-05-31  8:32 ` [PATCH 04/14] oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj' Chen Qi
2018-05-31  8:32 ` [PATCH 05/14] oeqa/runtime/cases/dnf_runtime.py: skip test if PACKAGE_FEED_URIS is not set Chen Qi
2018-05-31  8:32 ` [PATCH 06/14] oeqa/runtime/cases/selftest.py: rename to _selftest.py Chen Qi
2018-05-31  8:32 ` [PATCH 07/14] testimage.bbclass: also check 'auto' to create rpm index Chen Qi
2018-05-31  8:32 ` [PATCH 08/14] oeqa/core/decorator/data.py: fix skipIfNotInDataVar Chen Qi
2018-05-31  8:32 ` [PATCH 09/14] oeqa/runtime/cases/rpm.py: skip if rpm not available Chen Qi
2018-05-31  8:45 ` [PATCH 10/14] oeqa/runtime/cases/multilib.py: skip if needed packages are " Chen Qi
2018-05-31  8:45 ` [PATCH 11/14] oeqa/runtime/cases/multilib.py: fix test_file_connman skipping logic Chen Qi
2018-05-31  8:45 ` [PATCH 12/14] bitbake.conf: fix HOSTTOOLS setting related to image testing Chen Qi
2018-05-31 14:57   ` Christopher Larson
2018-06-01  4:32     ` ChenQi
2018-05-31  8:45 ` [PATCH 13/14] testimage-auto.bbclass: execute the same codes as testimage task Chen Qi
2018-05-31 13:50   ` Alexander Kanavin
2018-06-01  4:33     ` ChenQi
2018-05-31  8:45 ` [PATCH 14/14] oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096 Chen Qi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1527755434.git.Qi.Chen@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.