qemuimagetest: Enable toolchain automation tests in qemuimagetest

Enable toolchain automation tests in qemuimagetest framework. 3 C/C++ test
projects are added to test toolchain - cvs, iptables and sudoku-savant. User
needs to set TEST_SCEN to "toolchain" in local.conf to enable tests. Test case
will check if toolchain tarball exists under "${DEPLOY_DIR}/sdk". And it will
extract toolchain tarball into /opt. It requires user to chown /opt to non-root
user, who will run qemuimagetest.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jiajun Xu
2011-05-03 10:07:30 +08:00
committed by Richard Purdie
parent 49e2fcc604
commit ea4857a98b
12 changed files with 349 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
toolchain cvs
toolchain iptables
toolchain sudoku-savant

View File

@@ -0,0 +1,3 @@
toolchain cvs
toolchain iptables
toolchain sudoku-savant

View File

@@ -0,0 +1,3 @@
toolchain cvs
toolchain iptables
toolchain sudoku-savant

View File

@@ -0,0 +1,3 @@
toolchain cvs
toolchain iptables
toolchain sudoku-savant

View File

@@ -0,0 +1,3 @@
toolchain cvs
toolchain iptables
toolchain sudoku-savant