Difference between revisions of "Test Systems"
From eLinux.org
(add links to automated test sites) |
|||
| Line 1: | Line 1: | ||
Here is a quick list of different test systems (and test projects) for Linux: | Here is a quick list of different test systems (and test projects) for Linux: | ||
| − | This | + | == Test Projects == |
| + | Clearly, a number of open source projects in this realm exist. This page intends to collect descriptions and links to these projects | ||
| − | + | === Test Automation Tools === | |
| − | + | * [http://test.kernel.org/autotest Autotest] | |
| − | + | * [https://testing.108.redhat.com/ Red Hat Test Project] | |
| − | http:// | + | |
| − | + | === Test Suites === | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | * [http://ltp.sourceforge.net/ Linux Test Project] | |
| − | http:// | + | |
| − | == | + | === Static Analysis === |
| + | |||
| + | * [http://tree.celinuxforum.org/CelfPubWiki/Sparse Sparse] | ||
| + | * [http://smatch.sourceforge.net/ Smatch] | ||
| + | |||
| + | |||
| + | == Automated kernel compilation results == | ||
Here are some locations where automated tests of kernel compilation can be viewed: | Here are some locations where automated tests of kernel compilation can be viewed: | ||
| + | === L4X === | ||
| + | |||
* http://l4x.org/k/ - Jan Dittmer's page showing the build status and kernel size of the defconfigs of many architectures. Running since 2004 or 2005 | * http://l4x.org/k/ - Jan Dittmer's page showing the build status and kernel size of the defconfigs of many architectures. Running since 2004 or 2005 | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | It is | + | === Kautobuild == |
| + | Kautobuild is Simtec's automated system to build and store results for ARM and MIPS platforms, for every kernel version. It uses defconfigs for multiple boards, and reports compile errors/warnings, module size, kernel size etc. | ||
| + | * Kautobuild for ARM - http://armlinux.simtec.co.uk/kautobuild/ | ||
| + | * mail archive version of results is at: http://lists.simtec.co.uk/pipermail/kautobuild/ | ||
| + | * Article about the Simtel site is at: http://www.linuxdevices.com/news/NS4646877354.html (2006) | ||
| + | === ABAT === | ||
ABAT - https://sourceforge.net/projects/abat/ | ABAT - https://sourceforge.net/projects/abat/ | ||
- does a download/build/boot regression test for several mainline kernel trees, as soon as new versions are available | - does a download/build/boot regression test for several mainline kernel trees, as soon as new versions are available | ||
- test results matrix is available here: | - test results matrix is available here: | ||
- http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/regression_matrix.html | - http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/regression_matrix.html | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 21:19, 25 June 2008
Here is a quick list of different test systems (and test projects) for Linux:
Contents |
Test Projects
Clearly, a number of open source projects in this realm exist. This page intends to collect descriptions and links to these projects
Test Automation Tools
* Autotest * Red Hat Test Project
Test Suites
* Linux Test Project
Static Analysis
* Sparse * Smatch
Automated kernel compilation results
Here are some locations where automated tests of kernel compilation can be viewed:
L4X
- http://l4x.org/k/ - Jan Dittmer's page showing the build status and kernel size of the defconfigs of many architectures. Running since 2004 or 2005
= Kautobuild
Kautobuild is Simtec's automated system to build and store results for ARM and MIPS platforms, for every kernel version. It uses defconfigs for multiple boards, and reports compile errors/warnings, module size, kernel size etc.
- Kautobuild for ARM - http://armlinux.simtec.co.uk/kautobuild/
- mail archive version of results is at: http://lists.simtec.co.uk/pipermail/kautobuild/
- Article about the Simtel site is at: http://www.linuxdevices.com/news/NS4646877354.html (2006)
ABAT
ABAT - https://sourceforge.net/projects/abat/
- does a download/build/boot regression test for several mainline kernel trees, as soon as new versions are available - test results matrix is available here: - http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/regression_matrix.html