diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-23 07:29:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-01 22:52:51 +0100 |
commit | 56c4de93b94c60a827d378488cbe13a0bb59c2e2 (patch) | |
tree | ea01f1e6ad78f97ae7bb186cc61cd2988a048bae /documentation/ref-manual | |
parent | a1d9b6df86b0829d591cae57ae351f6d96e63557 (diff) | |
download | poky-56c4de93b94c60a827d378488cbe13a0bb59c2e2.tar.gz |
ref-manual: Added TEST_IMAGE variable description to glossary.
(From yocto-docs rev: 7ab81854ce25134bbf88a8ddd799a3848f59966a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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> |