All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] lsbtest: Add recipe for LSB tests and automate test
@ 2012-02-24  7:02 Yi Zhao
  2012-02-24  7:02 ` [PATCH V2 1/3] " Yi Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yi Zhao @ 2012-02-24  7:02 UTC (permalink / raw)
  To: openembedded-core

Hi,

The pull request is to address [YOCTO #1567] - "Add recipe for lsb tests and automate test".
LSB testing is different from LTP or POSIX testing. We don't need to build the cases from sources but need to install a set of pre-build binary packages in lsb image.
I add a script and 2 list files in this recipe. The script is used for setting up lsb test environment, download lsb rpm packages from remote, install packages, execute the test and collect the results.
When run this script in the target, the lsb will be downloaded, installed and executed automatically.
The version 2 patch add a RDEPENDS_${PN} in .bb file.

The following changes since commit 5aca6a7e940d2d0878279b47db0c399d92d5b4f6:

  update-rc.d.bbclass: do nothing for extended cross packages (2012-02-24 00:47:51 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib yizhao/bug1567v2
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=yizhao/bug1567v2

Yi Zhao (3):
  lsbtest: Add recipe for LSB tests and automate test
  distro_tracking_fields: add information for lsbtest
  task-core-lsb: add lsbtest to RDEPENDS_task-core-misc list

 .../conf/distro/include/distro_tracking_fields.inc |    4 +
 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh      |  510 ++++++++++++++++++++
 meta/recipes-extended/lsb/lsbtest/packages_list    |   50 ++
 meta/recipes-extended/lsb/lsbtest/session          |  194 ++++++++
 meta/recipes-extended/lsb/lsbtest_1.0.bb           |   37 ++
 meta/recipes-extended/tasks/task-core-lsb.bb       |    3 +-
 6 files changed, 797 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
 create mode 100644 meta/recipes-extended/lsb/lsbtest/packages_list
 create mode 100644 meta/recipes-extended/lsb/lsbtest/session
 create mode 100644 meta/recipes-extended/lsb/lsbtest_1.0.bb




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

end of thread, other threads:[~2012-02-28 18:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24  7:02 [PATCH V2 0/3] lsbtest: Add recipe for LSB tests and automate test Yi Zhao
2012-02-24  7:02 ` [PATCH V2 1/3] " Yi Zhao
2012-02-24  7:02 ` [PATCH V2 2/3] distro_tracking_fields: add information for lsbtest Yi Zhao
2012-02-24  7:02 ` [PATCH V2 3/3] task-core-lsb: add lsbtest to RDEPENDS_task-core-misc list Yi Zhao
2012-02-28 18:41 ` [PATCH V2 0/3] lsbtest: Add recipe for LSB tests and automate test Saul Wold

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.