From 761c6172f677fa851bd9c8645297b4ea99c2d8fb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 11 Apr 2014 08:52:46 -0700 Subject: ref-manual, dev-manual: Edits to running tests on hardware Fixes [YOCTO #5554] Applied edits to the section in the dev-manual on running tests on hardware. Edited the TEST_TARGET and TEST_IMAGE variables. (From yocto-docs rev: a26ba11c739aabab4009a944d9b622e2814c7fca) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 164ea1c817..fbf0a43dee 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7620,10 +7620,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Automatically runs the series of automated tests for images when an image is successfully built. - - Currently, there is only support for running these tests - under QEMU. - + + + These tests are written in Python making use of the unittest module, and the majority of them run commands on the target system over @@ -7722,24 +7721,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" You can provide the following arguments with TEST_TARGET: - "qemu": + "qemu" and "QemuTarget": Boots a QEMU image and runs the tests. See the - "QEMU" + "Enabling Runtime Tests on QEMU" section in the Yocto Project Development Manual for more information. - "QemuTarget": - Identical to "qemu". - - "simpleremote": + "simpleremote" and "SimpleRemoteTarget": Runs the tests on target hardware that is already up and running. The hardware can be on the network or it can be a device running an image on QEMU. You must also set TEST_TARGET_IP - when you use "simpleremote". + when you use "simpleremote" or "SimpleRemoteTarget". This argument is defined in meta/lib/oeqa/targetcontrol.py. @@ -7747,9 +7743,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" reasons. - "SimpleRemoteTarget": - Identical to "simpleremote". - "GummibootTarget": Automatically deploys and runs tests on an EFI-enabled machine that has a master image @@ -7761,6 +7754,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + + + For information on running tests on hardware, see the + "Enabling Runtime Tests on Hardware" + section in the Yocto Project Development Manual. + -- cgit v1.2.3-54-g00ecf