Our testing flow is looking to incorporate the kernel-selftests as a test. Enable a large number of selected cases.
Signed-off-by: Ryan Eatmon <[email protected]> --- v2: Tweak the desired list after initial testing. Remove mention of required upstream patches now that they are accepted. .../kernel-selftest/kernel-selftest.bbappend | 47 +++++++++++++++++++ 1 file changed, 47 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..a793196d --- /dev/null +++ b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend @@ -0,0 +1,47 @@ +# Tests not enabled: +# openat2 has buildpath errors + +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 \ + 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 (#15580): https://lists.yoctoproject.org/g/meta-arago/message/15580 Mute This Topic: https://lists.yoctoproject.org/mt/109136051/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
