From: Scott Rifenbark Date: Mon, 23 Sep 2013 14:29:19 +0000 (-0700) Subject: ref-manual: Added TEST_IMAGE variable description to glossary. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56c4de93b94c60a827d378488cbe13a0bb59c2e2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added TEST_IMAGE variable description to glossary. (From yocto-docs rev: 7ab81854ce25134bbf88a8ddd799a3848f59966a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2404a73dd3a..662a2306503 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