All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH V2 0/9] Revive ptest and add result to buildhistory
Date: Mon, 21 Aug 2017 18:23:04 -0700	[thread overview]
Message-ID: <cover.1503364879.git.liezhi.yang@windriver.com> (raw)

* V2:
  - Fix Paul's comments
  - Fix RP's comments

* V1:
  - Initial version

// Robert

The following changes since commit 5c9ef0734d23909b5694ed43cdbb205c2ba9ca95:

  devtool/copy_buildsystem: adds meta-skeleton layer in the eSDK installation. (2017-08-19 22:15:25 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/ptest
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/ptest

Robert Yang (9):
  runtime/cases/_ptest.py: revive it
  oeqa/utils/logparser.py: add skip status
  runtime/cases/_ptest.py: add skip status
  runtime/cases/_ptest.py: rename it to ptest.py
  utils/logparser.py: fix section check
  core/target/ssh.py: replace decode errors
  buildhistory.bbclass: print message when no commit
  testimage.bbclass: update comments
  buildhistory.bbclass: add ptest

 meta/classes/buildhistory.bbclass     |  32 +++++++++++
 meta/classes/testimage.bbclass        |   4 +-
 meta/lib/oeqa/core/target/ssh.py      |   4 +-
 meta/lib/oeqa/runtime/cases/_ptest.py | 103 ----------------------------------
 meta/lib/oeqa/runtime/cases/ptest.py  |  82 +++++++++++++++++++++++++++
 meta/lib/oeqa/utils/logparser.py      |   7 ++-
 6 files changed, 122 insertions(+), 110 deletions(-)
 delete mode 100644 meta/lib/oeqa/runtime/cases/_ptest.py
 create mode 100644 meta/lib/oeqa/runtime/cases/ptest.py

-- 
2.10.2



             reply	other threads:[~2017-08-22  1:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-22  1:23 Robert Yang [this message]
2017-08-22  1:23 ` [PATCH V2 1/9] runtime/cases/_ptest.py: revive it Robert Yang
2017-08-22  1:23 ` [PATCH V2 2/9] oeqa/utils/logparser.py: add skip status Robert Yang
2017-08-22  1:23 ` [PATCH V2 3/9] runtime/cases/_ptest.py: " Robert Yang
2017-08-22  1:23 ` [PATCH V2 4/9] runtime/cases/_ptest.py: rename it to ptest.py Robert Yang
2017-08-22  1:23 ` [PATCH V2 5/9] utils/logparser.py: fix section check Robert Yang
2017-08-22  1:23 ` [PATCH V2 6/9] core/target/ssh.py: replace decode errors Robert Yang
2017-08-22 10:55   ` Paul Eggleton
2017-08-23 13:17     ` Richard Purdie
2017-08-24  6:19       ` Robert Yang
2017-08-22  1:23 ` [PATCH V2 7/9] buildhistory.bbclass: print message when no commit Robert Yang
2017-08-22  1:23 ` [PATCH V2 8/9] testimage.bbclass: update comments Robert Yang
2017-08-22  1:23 ` [PATCH V2 9/9] buildhistory.bbclass: add ptest Robert Yang

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.1503364879.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@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.