The OpenEmbedded build system makes available a series of automated tests for images to verify runtime functionality.
These tests are written in Python making use of the
unittest
module, and the majority of them
run commands on the target system over
ssh
.
This section describes how you set up the environment to use these
tests, run available tests, and write and add your own tests.