QA: Difference between revisions

From Yocto Project
Jump to navigationJump to search
Line 32: Line 32:
===Autobuilder===
===Autobuilder===


The [[AutoBuilder]] is Yoctoproject's tool for non-manual test execution, it performs the following functions:
The [[AutoBuilder]] is Yocto Project's tool for non-manual test execution, it performs the following functions:


* A scheduled nightly build and test execution that includes:
* A scheduled nightly build and test execution that includes:
Line 38: Line 38:
** Specific Autobuilder tasks for running [[oe-selftest|build-time testing]]
** Specific Autobuilder tasks for running [[oe-selftest|build-time testing]]
* A service for on demand testing requests. (Partially working, feature in progress at request [https://bugzilla.yoctoproject.org/show_bug.cgi?id=9080 #9880])
* A service for on demand testing requests. (Partially working, feature in progress at request [https://bugzilla.yoctoproject.org/show_bug.cgi?id=9080 #9880])
Yocto Project QA heavily relies in the Autobuilder thanks to the aforementioned scheduled and on demand test execution features.


===Adding Automated Tests===
===Adding Automated Tests===

Revision as of 19:17, 2 November 2016

Current Release QA Trackers

Current Release QA Test Plans

Current Release QA Test Cases

Test Execution

Autobuilder

The AutoBuilder is Yocto Project's tool for non-manual test execution, it performs the following functions:

  • A scheduled nightly build and test execution that includes:
  • A service for on demand testing requests. (Partially working, feature in progress at request #9880)

Yocto Project QA heavily relies in the Autobuilder thanks to the aforementioned scheduled and on demand test execution features.

Adding Automated Tests

Tests for a given component can be automated in the AutoBuilder. With that purpose, follow the Adding Automated Tests to the Autobuilder Guide.

A list of tests that are automated can be seen here.

Reporting

Performance testing

Performance Test

QA Resources

Archive

You can find the previous QA work by release in the Yocto Project QA Archive.

Other Relevant Data

List of Automated Tests