Our testing flow is looking to incorporate the kernel-selftests as a test. Enable a large number of selected cases.
This patch requires a set of corrseponding patches on meta-openembeded in upstream: [master] https://lists.openembedded.org/g/openembedded-devel/message/112802 [scarthgap] https://lists.openembedded.org/g/openembedded-devel/message/112803 Signed-off-by: Ryan Eatmon <[email protected]> --- .../kernel-selftest/kernel-selftest.bbappend | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend diff --git a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend new file mode 100644 index 00000000..68b4b668 --- /dev/null +++ b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend @@ -0,0 +1,45 @@ +TEST_LIST += "\ + arm64 \ + breakpoints \ + capabilities \ + cgroup \ + clone3 \ + core \ + cpu-hotplug \ + cpufreq \ + efivarfs \ + exec \ + filesystems \ + filesystems/binderfs \ + filesystems/epoll \ + firmware \ + fpu \ + ftrace \ + futex \ + gpio \ + intel_pstate \ + ipc \ + kcmp \ + kvm \ + livepatch \ + membarrier \ + memfd \ + mqueue \ + mincore \ + net \ + net/mptcp \ + openat2 \ + ptrace \ + resq \ + rtc \ + seccomp \ + sigaltstack \ + size \ + tc-testing \ + timers \ + tmpfs \ + tpm2 \ + user_events \ + vDSO \ + watchdog \ +" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15567): https://lists.yoctoproject.org/g/meta-arago/message/15567 Mute This Topic: https://lists.yoctoproject.org/mt/108954456/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
