All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto: add ptest support
@ 2018-05-31  3:08 Dengke Du
  2018-05-31  3:08 ` [PATCH 1/1] " Dengke Du
  0 siblings, 1 reply; 7+ messages in thread
From: Dengke Du @ 2018-05-31  3:08 UTC (permalink / raw)
  To: openembedded-core

Add ptest for kernel samples.

Prerequisite: 
1. Install package kernel-modules
2. enable ptest distro feature

Runtime testing(x86):
1. cd /usr/lib/linux-yocto/ptest
2. ./run-ptest

Testing result:
#####result#####
dma-example: PASS
bytestream-example: PASS
inttype-example: PASS
record-example: PASS
kobject-example: PASS
kset-example: PASS
trace-events-sample: PASS
trace-printk: PASS
kprobe_example: PASS
kretprobe_example: PASS

The following changes since commit 719d068bde55ef29a3468bc0779d4cb0c11e8c1d:

  bitbake: fetch2: fix import error for Python 3.6.5 (2018-05-29 21:07:46 +0100)

are available in the git repository at:

  https://github.com/DengkeDu/openembedded-core.git dengke/dev
  https://github.com//tree/dengke/dev

Dengke Du (1):
  linux-yocto: add ptest support

 meta/recipes-kernel/linux/files/run-ptest     | 138 ++++++++++++++++++++++++++
 meta/recipes-kernel/linux/linux-yocto.inc     |   8 ++
 meta/recipes-kernel/linux/linux-yocto_4.14.bb |   2 +-
 3 files changed, 147 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-kernel/linux/files/run-ptest

-- 
2.7.4



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-03 16:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-31  3:08 [PATCH 0/1] linux-yocto: add ptest support Dengke Du
2018-05-31  3:08 ` [PATCH 1/1] " Dengke Du
2018-05-31  4:19   ` Bruce Ashfield
2018-05-31 14:08     ` lei yang
2018-06-01  7:55       ` Dengke Du
2018-06-01  7:52     ` Dengke Du
2018-06-03 16:08       ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.