summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-11 08:52:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-13 12:03:52 +0100
commitf3dccea14aa4790f33098859df5ec1ce6cac8428 (patch)
tree6e33b81b50e1e5c24800eb0cf0063cd33bcb04b5 /documentation/ref-manual/ref-variables.xml
parente63348fb8cc827d0472981e80e9884ceaafc9ffd (diff)
downloadpoky-f3dccea14aa4790f33098859df5ec1ce6cac8428.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml27
1 files changed, 13 insertions, 14 deletions
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"
7620 <para> 7620 <para>
7621 Automatically runs the series of automated tests for 7621 Automatically runs the series of automated tests for
7622 images when an image is successfully built. 7622 images when an image is successfully built.
7623 <note> 7623 </para>
7624 Currently, there is only support for running these tests 7624
7625 under QEMU. 7625 <para>
7626 </note>
7627 These tests are written in Python making use of the 7626 These tests are written in Python making use of the
7628 <filename>unittest</filename> module, and the majority of 7627 <filename>unittest</filename> module, and the majority of
7629 them run commands on the target system over 7628 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"
7722 You can provide the following arguments with 7721 You can provide the following arguments with
7723 <filename>TEST_TARGET</filename>: 7722 <filename>TEST_TARGET</filename>:
7724 <itemizedlist> 7723 <itemizedlist>
7725 <listitem><para><emphasis>"qemu":</emphasis> 7724 <listitem><para><emphasis>"qemu" and "QemuTarget":</emphasis>
7726 Boots a QEMU image and runs the tests. 7725 Boots a QEMU image and runs the tests.
7727 See the 7726 See the
7728 "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-image-enabling-tests'>QEMU</ulink>" 7727 "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-image-enabling-tests'>Enabling Runtime Tests on QEMU</ulink>"
7729 section in the Yocto Project Development Manual for 7728 section in the Yocto Project Development Manual for
7730 more information. 7729 more information.
7731 </para></listitem> 7730 </para></listitem>
7732 <listitem><para><emphasis>"QemuTarget":</emphasis> 7731 <listitem><para><emphasis>"simpleremote" and "SimpleRemoteTarget":</emphasis>
7733 Identical to "qemu".
7734 </para></listitem>
7735 <listitem><para><emphasis>"simpleremote":</emphasis>
7736 Runs the tests on target hardware that is already 7732 Runs the tests on target hardware that is already
7737 up and running. 7733 up and running.
7738 The hardware can be on the network or it can be 7734 The hardware can be on the network or it can be
7739 a device running an image on QEMU. 7735 a device running an image on QEMU.
7740 You must also set 7736 You must also set
7741 <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link> 7737 <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link>
7742 when you use "simpleremote". 7738 when you use "simpleremote" or "SimpleRemoteTarget".
7743 <note> 7739 <note>
7744 This argument is defined in 7740 This argument is defined in
7745 <filename>meta/lib/oeqa/targetcontrol.py</filename>. 7741 <filename>meta/lib/oeqa/targetcontrol.py</filename>.
@@ -7747,9 +7743,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7747 reasons. 7743 reasons.
7748 </note> 7744 </note>
7749 </para></listitem> 7745 </para></listitem>
7750 <listitem><para><emphasis>"SimpleRemoteTarget":</emphasis>
7751 Identical to "simpleremote".
7752 </para></listitem>
7753 <listitem><para><emphasis>"GummibootTarget":</emphasis> 7746 <listitem><para><emphasis>"GummibootTarget":</emphasis>
7754 Automatically deploys and runs tests on an 7747 Automatically deploys and runs tests on an
7755 EFI-enabled machine that has a master image 7748 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"
7761 </para></listitem> 7754 </para></listitem>
7762 </itemizedlist> 7755 </itemizedlist>
7763 </para> 7756 </para>
7757
7758 <para>
7759 For information on running tests on hardware, see the
7760 "<ulink url='&YOCTO_DOCS_DEV_URL;#hardware-image-enabling-tests'>Enabling Runtime Tests on Hardware</ulink>"
7761 section in the Yocto Project Development Manual.
7762 </para>
7764 </glossdef> 7763 </glossdef>
7765 </glossentry> 7764 </glossentry>
7766 7765