AutoBuilder: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 6: Line 6:


The AutoBuilder is able to execute automated testing too when the proper configuration is added. The AutoBuilder basically relies on what the Yocto Project exposes as automated test tools and it doesn't include support for directly executing tests. The AutoBuilder has been used for test execution(runtime, selftests) in the Yocto Project long before it was chosen as the automated test framework over LAVA. Instructions on how to add tests to the AutoBuilder [[AutoBuilder/Adding Automated Tests|can be seen here]].
The AutoBuilder is able to execute automated testing too when the proper configuration is added. The AutoBuilder basically relies on what the Yocto Project exposes as automated test tools and it doesn't include support for directly executing tests. The AutoBuilder has been used for test execution(runtime, selftests) in the Yocto Project long before it was chosen as the automated test framework over LAVA. Instructions on how to add tests to the AutoBuilder [[AutoBuilder/Adding Automated Tests|can be seen here]].
==AutoBuilder Cluster Setup==
Rough steps of setting up a new cluster by hand can be found at AutoBuilderClusterSetup.

Revision as of 18:03, 19 July 2016

Here are some useful links for AutoBuilder

AutoBuilder Automated Testing

The AutoBuilder is able to execute automated testing too when the proper configuration is added. The AutoBuilder basically relies on what the Yocto Project exposes as automated test tools and it doesn't include support for directly executing tests. The AutoBuilder has been used for test execution(runtime, selftests) in the Yocto Project long before it was chosen as the automated test framework over LAVA. Instructions on how to add tests to the AutoBuilder can be seen here.


AutoBuilder Cluster Setup

Rough steps of setting up a new cluster by hand can be found at AutoBuilderClusterSetup.