]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/kernel.py: Add new file destined for kernel related tests
authorCostin Constantin <costin.c.constantin@intel.com>
Mon, 29 Feb 2016 10:38:02 +0000 (12:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Nov 2016 10:05:40 +0000 (10:05 +0000)
commit98c6ebf1e05158c689e01b785d32757847cdb10c
tree82f1d44eb08f6b5dcb10a2c26372de657e97fcfc
parent6ca9b7a56fac1d1b4f087346d3279bfdd50b93a3
oeqa/selftest/kernel.py: Add new file destined for kernel related tests

[YP#7202]:  Test for linux-dummy
The new kernel.py file is intended for kernel related test cases.
The test for linux-dummy will ensure it is in good shape and can
be used as a kernel replacement at build time. To do this, the
test will first clean sstate for linux-dummy target, ensuring no
file is present in the stamps directory. After, core-image-minimal
is built, ensuring linux-dummy can be used as a kernel substitute.

Signed-off-by: Costin Constantin <costin.c.constantin@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/kernel.py [new file with mode: 0644]