User Tools

Site Tools


start

Linux kernel bot tests

This purpose of this wiki is to document ongoing and existing testing which target the Linux kernel. If a bot testing project has its own page we provide references to their page, otherwise this wiki is used as the home for documenting such efforts. These pages will also document whether or not these bots send out reports, who runs the reports / scripts/ who sends the reports or fixes, and how often. Sometimes projects do not specify these things but its important maintainers and develoeprs are aware of how things were intended to be used.

kselftest

These are the scripted tests in place upstream on the Linux kernel under the 'kselftest' target of the top level Makefile. The tests are in place under tools/testing/selftests. This project has its own dedicated wiki kselftest.

coccicheck

These are the semantic tests in place in the kernel under the 'coccicheck' target of the top level Makefile. For more details refer to the coccicheck page.

Zero Day Test

The 0-Day and LKP (Linux Kernel Performance) test effort has its own dedicated home page, check out 0-Day and LKP home page.

Marvin

A series of performance-related test run against the Linux kernel. Refer to Marvin for more details.

Xen tests

These are the tests used to help test ongoing Xen development both on Linux and the Hypervisor when used on Linux. TBD.

Undertaker

A set of tools to detect variability defects in the code, for instance, dead #ifdef blocks. The undertaker tool suite is developed by the CADOS research group at the university of Erlangen-Nürnberg. The group runs daily checks on new commits in linux-next for variability bugs and sends reports to the responsible authors and maintainers.

kernelci.org

A distributed farm of real and emulated hardware, focused on build, boot, and testing of upstream kernels. For more information, please visit the following links: kernelci.org | wiki | api

start.txt · Last modified: 2016/03/30 17:38 by Luis R. Rodriguez