[oe-commits] Yi Zhao : lsbtest: Add recipe for LSB tests and automate test

git at git.openembedded.org git at git.openembedded.org
Tue Feb 28 12:24:16 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b9ef6b8022a40bab83e8eb29e5fcde0886cf2988
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b9ef6b8022a40bab83e8eb29e5fcde0886cf2988

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri Feb 24 14:51:28 2012 +0800

lsbtest: Add recipe for LSB tests and automate test

The recipe is used for LSB tests. The script LSB_Test.sh does the following things:
- setup LSB testing environment
- download LSB rpm packages with list file packages_list from remote
- install the packages
- execute LSB testing with profile file session
- collect the results

Install packages_list and session files into ${D}/opt/lsb-test.

[YOCTO #1567]

---

 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 ++
 4 files changed, 791 insertions(+), 0 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=b9ef6b8022a40bab83e8eb29e5fcde0886cf2988




More information about the Openembedded-commits mailing list