Qa-tools: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:
<pre>$ git clone git://git.yoctoproject.org/qa-tools</pre>
<pre>$ git clone git://git.yoctoproject.org/qa-tools</pre>


= Objectives =
The test process is mainly focused to track and review the quality and performance of the {{ns:4}}, along with its reference system and internal projects.
The plan also includes identifying and tracking areas subject to improvement, regression, validation of enhancements and bugs, development of testing methods with emphasis on automated testing.
Documentation and licensing status is not included in the scope of the testing process, unless otherwise noted e.g. as part of the process of verifying new features.


= List of Tools =


= List of Tools =
Below is a list of tools/scripst with detailed information about the tools/scripts already implemented


== testopia_update ==
== testopia_update ==
=== Objective ===
=== Structure ===
=== How it works ===
=== Examples ===
= Proposed tools or Improvements =
This section is intended to add  improvements or new tools to be implemented


= How To Contribute =
= How To Contribute =

Revision as of 22:51, 8 March 2017

Summary

The qa-tools git repository is the recipient for the QA automation scripts and tools. Is inteended to store any tool that helps on the QA activities related to the Yocto Porject


You can take a look at it via the gitweb interface.

For cloning the qa-tools repository:

$ git clone git://git.yoctoproject.org/qa-tools


List of Tools

Below is a list of tools/scripst with detailed information about the tools/scripts already implemented

testopia_update

Objective

Structure

How it works

Examples

Proposed tools or Improvements

This section is intended to add improvements or new tools to be implemented

How To Contribute

Contributing to any of the yoctoproject.org repositories, including qa-tools, can be achieved with the Poky Contributions guidelines.

Mantainer Anibal Limon