summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 09:19:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:51 +0100
commite44538f4e4d17c5fcdebc973e45e0b1b56e58803 (patch)
tree6fa92058f47c87a4f722ba981bcbf2f42f53e0f4 /documentation/ref-manual/ref-classes.xml
parent56c4de93b94c60a827d378488cbe13a0bb59c2e2 (diff)
downloadpoky-e44538f4e4d17c5fcdebc973e45e0b1b56e58803.tar.gz
ref-manual, dev-manual: Applied review comments for test section
The section and variables for performing automated runtime tests on images was reviewed by Paul Eggleton. The suggested changes were made. (From yocto-docs rev: c2f84ea3c162892e4da3df30fb833f88bab3d3cc) 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-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 5870d0f44a..b1a8e64ce0 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -940,8 +940,12 @@
940 940
941 <para> 941 <para>
942 You can use this class to enable running a series of automated tests 942 You can use this class to enable running a series of automated tests
943 for QEMU images. 943 for images.
944 The class handles loading the tests and starting the QEMU image. 944 The class handles loading the tests and starting the image.
945 <note>
946 The current release of Yocto Project supports these tests
947 for QEMU images only.
948 </note>
945 </para> 949 </para>
946 950
947 <para> 951 <para>
@@ -950,15 +954,13 @@
950 The tests are commands that run on the target system over 954 The tests are commands that run on the target system over
951 <filename>ssh</filename>. 955 <filename>ssh</filename>.
952 they are written in Python and make use of the 956 they are written in Python and make use of the
953 <filename>unittest modulebuild</filename> software. 957 <filename>unittest</filename> module.
954 </para> 958 </para>
955 959
956 <para> 960 <para>
957 For information on how to enable, run, and create new tests, see the 961 For information on how to enable, run, and create new tests, see the
958 "<ulink url='running-and-writing-tests-for-a-qemu-image'>Running and Writing Tests for a QEMU Image</ulink>" 962 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
959 section and the 963 section.
960 <ulink url='https://wiki.yoctoproject.org/wiki/Image_tests'>Image Tests</ulink>
961 Wiki page.
962 </para> 964 </para>
963</section> 965</section>
964 966