AutoBuilder: Difference between revisions
From Yocto Project
Jump to navigationJump to search
(remove non-existing weekly and milestone download links) |
No edit summary |
||
Line 1: | Line 1: | ||
Here are some useful links for AutoBuilder | Here are some useful links for AutoBuilder | ||
* Nightly build output: http://autobuilder.pokylinux.org/pub/nightly/ | * Nightly build output: http://autobuilder.pokylinux.org/pub/nightly/ | ||
==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 [[AutoBuilder/Adding Automated Tests|can be seen here]]. |
Revision as of 18:16, 15 June 2016
Here are some useful links for AutoBuilder
- Nightly build output: http://autobuilder.pokylinux.org/pub/nightly/
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.