diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2404a73dd3..662a230650 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5217,6 +5217,31 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TEST_IMAGE + + + Automatically runs the series of automated tests for QEMU + images when a QEMU image is successfully built. + These tests are commands that run on the target system over + ssh and are written in Python. + You can set this variable to "1" in your + local.conf file in the + Build Directory + to have the OpenEmbedded build system automatically run + these tests after a QEMU image successfully builds: + + TEST_IMAGE = "1" + + For more information on enabling, running, and writing + these tests, see the + "Running and Writing Tests for a QEMU Image" + section in the Yocto Project Development Manual and the + "testimage.bbclass" + section. + + + + TEST_QEMUBOOT_TIMEOUT