diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 25 |
1 files changed, 25 insertions, 0 deletions
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" | |||
5217 | </glossdef> | 5217 | </glossdef> |
5218 | </glossentry> | 5218 | </glossentry> |
5219 | 5219 | ||
5220 | <glossentry id='var-TEST_IMAGE'><glossterm>TEST_IMAGE</glossterm> | ||
5221 | <glossdef> | ||
5222 | <para> | ||
5223 | Automatically runs the series of automated tests for QEMU | ||
5224 | images when a QEMU image is successfully built. | ||
5225 | These tests are commands that run on the target system over | ||
5226 | <filename>ssh</filename> and are written in Python. | ||
5227 | You can set this variable to "1" in your | ||
5228 | <filename>local.conf</filename> file in the | ||
5229 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | ||
5230 | to have the OpenEmbedded build system automatically run | ||
5231 | these tests after a QEMU image successfully builds: | ||
5232 | <literallayout class='monospaced'> | ||
5233 | TEST_IMAGE = "1" | ||
5234 | </literallayout> | ||
5235 | For more information on enabling, running, and writing | ||
5236 | these tests, see the | ||
5237 | "<ulink url='&YOCTO_DOCS_DEV_URL;#running-and-writing-tests-for-a-qemu-image'>Running and Writing Tests for a QEMU Image</ulink>" | ||
5238 | section in the Yocto Project Development Manual and the | ||
5239 | "<link linkend='ref-classes-testimage'><filename>testimage.bbclass</filename></link>" | ||
5240 | section. | ||
5241 | </para> | ||
5242 | </glossdef> | ||
5243 | </glossentry> | ||
5244 | |||
5220 | <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm>TEST_QEMUBOOT_TIMEOUT</glossterm> | 5245 | <glossentry id='var-TEST_QEMUBOOT_TIMEOUT'><glossterm>TEST_QEMUBOOT_TIMEOUT</glossterm> |
5221 | <glossdef> | 5246 | <glossdef> |
5222 | <para> | 5247 | <para> |