]> code.ossystems Code Review - openembedded-core.git/commit
lsbtest: Add recipe for LSB tests and automate test
authorYi Zhao <yi.zhao@windriver.com>
Fri, 24 Feb 2012 06:51:28 +0000 (14:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Feb 2012 12:14:48 +0000 (12:14 +0000)
commitb9ef6b8022a40bab83e8eb29e5fcde0886cf2988
treec88293a6350b811837474fad2c2c2214f91e9c38
parentc1705317f9456f761da2094e886a07939291e53a
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 [new file with mode: 0644]
meta/recipes-extended/lsb/lsbtest/packages_list [new file with mode: 0644]
meta/recipes-extended/lsb/lsbtest/session [new file with mode: 0644]
meta/recipes-extended/lsb/lsbtest_1.0.bb [new file with mode: 0644]