All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/9] Revive ptest and add result to buildhistory
@ 2017-08-22  1:23 Robert Yang
  2017-08-22  1:23 ` [PATCH V2 1/9] runtime/cases/_ptest.py: revive it Robert Yang
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Robert Yang @ 2017-08-22  1:23 UTC (permalink / raw)
  To: openembedded-core

* 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



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

end of thread, other threads:[~2017-08-24  6:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22  1:23 [PATCH V2 0/9] Revive ptest and add result to buildhistory Robert Yang
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

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.