]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: Add testcases for kernel sample
authorHongzhi.Song <hongzhi.song@windriver.com>
Fri, 29 Jun 2018 06:16:20 +0000 (02:16 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 08:35:02 +0000 (09:35 +0100)
commitbe6ef728fd36049ea3822a54909a995bdecf6dd0
tree1c17daca172d0a59e6f8a21790d89632c1f036f5
parentdf7213e4799f9147560f61bbd466367ba02fd470
oeqa/runtime: Add testcases for kernel sample

We are going to let runtime test support kernel tests. Now we just add
kernel self-contained sample tests. And we plan to add overall kernel
tests in the future.

This patch is just add kernel samples test which contains about 13 tests
enabled by kernel-sample.scc. So it needs statement,
KERNEL_FEATURES_append += " features/kernel-sample/kernel-sample.scc" in
local.conf.

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/ksample.py [new file with mode: 0644]