Difference between revisions of "Test Systems"

From eLinux.org
Jump to: navigation, search
(Test Automation Tools)
 
(20 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
* [https://avocado-framework.github.io/ Avocado] (Autotest next generation)
 
* [https://avocado-framework.github.io/ Avocado] (Autotest next generation)
 
* buildbot
 
* buildbot
* ci-rt
+
* [https://ci-rt.linutronix.de/RT-Test/about.jsp ci-rt] - Linutronix Test Environment [https://github.com/ci-rt/docs GitHub]
 
* [https://cki-project.org CKI Project - Continuous Kernel Integration @ Red Hat] (code available at [https://github.com/cki-project GitHub] and [https://gitlab.com/cki-project GitLab])
 
* [https://cki-project.org CKI Project - Continuous Kernel Integration @ Red Hat] (code available at [https://github.com/cki-project GitHub] and [https://gitlab.com/cki-project GitLab])
 
* [http://fuegotest.org/ Fuego Test system] ([https://bitbucket.org/tbird20d/fuego bitbucket repository])
 
* [http://fuegotest.org/ Fuego Test system] ([https://bitbucket.org/tbird20d/fuego bitbucket repository])
 
* Gentoo Kernel CI
 
* Gentoo Kernel CI
 
* [https://github.com/hms-networks/hottest hottest] - inspired by LAVA and Fuego
 
* [https://github.com/hms-networks/hottest hottest] - inspired by LAVA and Fuego
* Jenkins
+
* [https://jenkins.io/ Jenkins] - Automation server for building, deploying and automating any project
 
* [https://github.com/mcgrof/kdevops/ kdevops] ([https://people.kernel.org/mcgrof/kdevops-a-devops-framework-for-linux-kernel-development blog description])
 
* [https://github.com/mcgrof/kdevops/ kdevops] ([https://people.kernel.org/mcgrof/kdevops-a-devops-framework-for-linux-kernel-development blog description])
 +
* [https://github.com/Zenterio/opensourcelib/tree/master/k2 K2] - Test framework and tools for embedded testing
 
* [https://kernelci.org/ KernelCI] ([https://github.com/kernelci/kernelci-doc/wiki wiki and docs])
 
* [https://kernelci.org/ KernelCI] ([https://github.com/kernelci/kernelci-doc/wiki wiki and docs])
 
* kerneltests
 
* kerneltests
 
* [[Ktest]] Automated kernel testing
 
* [[Ktest]] Automated kernel testing
 
* [https://github.com/oracle/ktf KTF] Kernel Test Framework
 
* [https://github.com/oracle/ktf KTF] Kernel Test Framework
* labgrid
+
* [https://github.com/labgrid-project/labgrid labgrid] - Embedded board control Python library [https://labgrid.readthedocs.io/en/latest/ Read The Docs]
* [https://lavasoftware.org/ LAVA Software Community Project (web site)] - [https://git.lavasoftware.org/ (Community Project GitLab repository)]
+
* [https://lavasoftware.org/ LAVA Software Community Project] - [https://git.lavasoftware.org/ (Community Project GitLab repository)]
 
* [http://arago-project.org/wiki/index.php/Opentest Opentest]
 
* [http://arago-project.org/wiki/index.php/Opentest Opentest]
* Phoronix Test Suite
+
* [https://www.phoronix-test-suite.com/ Phoronix Test Suite]
* r4d
+
* [https://github.com/ci-rt/r4d r4d] - Remote For Device-under-test and (Part of ci-rt)
* [https://testing.108.redhat.com/ Red Hat Test Project]
+
* [https://testing.108.redhat.com/ Red Hat Test Project] (Dead link)
* SLAV
+
* [https://github.com/SamsungSLAV/slav Samsung SLAV] - Managing devices, tesframework, workers
* [https://github.com/google/syzkaller syzbot]
+
* [https://github.com/google/syzkaller syzbot] - Unsupervised coverage-guided kernel fuzzer
* tbot
+
* [https://tbot.tools/ tbot] - Testing/automation tool that is focused on usage in embedded development [https://github.com/Rahix/tbot GitHub]
* TCF
+
* [https://intel.github.io/tcf/ TCF (Test Case Framework)] - Simplifies the creation and execution of test cases
 
* Xilinx Test
 
* Xilinx Test
* Yocto Project - includes many test package and test elements (ptest)
+
* [https://wiki.yoctoproject.org/wiki/Ptest Yocto Project] - Includes many test package and test elements (ptest)
 +
* [https://github.com/znailnetem/znail Znail] - RPi network emulator, emulate packet delay, loss, duplication, corruption, rate, override DNS
  
 
See also https://bottest.wiki.kernel.org/ - which has a list of projects that test the kernel.
 
See also https://bottest.wiki.kernel.org/ - which has a list of projects that test the kernel.
Line 59: Line 61:
 
=== kerneltests ===
 
=== kerneltests ===
 
https://kerneltests.org/waterfall
 
https://kerneltests.org/waterfall
 +
 +
== Commercial Offerings ==
 +
Several vendors offer paid-for services:
 +
 +
* [https://www.gooddevicelabs.co.uk/canaryqa/ Good Device Labs - CanaryQA]
 +
* [https://www.timesys.com/open-source-embedded/board-farm-cloud/ TimeSys Board Farm Cloud]
  
 
== Bug tracking system ==
 
== Bug tracking system ==

Latest revision as of 01:25, 1 June 2020

Here is a quick list of different test systems (and test projects) for Linux:

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

See also https://bottest.wiki.kernel.org/ - which has a list of projects that test the kernel.

See also http://www.opensourcetesting.org/category/testing-tools-overview/functional/page/1/

Test Suites

Static Analysis

Automated kernel test results

Here are some locations where automated tests of the Linux kernel can be viewed:

kernelci

https://kernelci.org/job/

kerneltests

https://kerneltests.org/waterfall

Commercial Offerings

Several vendors offer paid-for services:

Bug tracking system

A bug tracking system is a software application that is designed to help quality assurance and computer programmers keep track of reported software bugs in their work.

Many bug-tracking systems, such as those used by most open source software projects, allow users to enter bug reports directly. Other systems are used only internally in a company or organization doing software development. Typically bug tracking systems are integrated with other software project management applications.

Having a bug tracking system is extremely valuable in software development, and they are used extensively by companies developing software products.

Components

A major component of a bug tracking system is a database that records facts about known bugs. Facts may include the time a bug was reported, its severity, the erroneous program behavior, and details on how to reproduce the bug; as well as the identity of the person who reported it and any programmers who may be working on fixing it.

Typical bug tracking systems support the concept of the life cycle for a bug which is tracked through status assigned to the bug. A bug tracking system should allow administrators to configure permissions based on status, move the bug to another status, or delete the bug. The system should also allow administrators to configure the bug statuses and to what status a bug in a particular status can be moved to.

Usage

In a corporate environment, a bug-tracking system may be used to generate reports on the productivity of programmers at fixing bugs. However, this may sometimes yield inaccurate results because different bugs may have different levels of severity and complexity. The severity of a bug may not be directly related to the complexity of fixing the bug. There may be different opinions among the managers and architects.

A local bug tracker (LBT) is usually a computer program used by a team of application support professionals to keep track of issues communicated to software developers. Using an LBT allows support professionals to track bugs in their "own language" and not the "language of the developers." In addition, LBT use allows a team of support professionals to track specific information about users who have called to complain that may not always be needed in the actual development queue (thus, there are two tracking systems when an LBT is in place.)

External links