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)
downloadast2050-yocto-poky-e44538f4e4d17c5fcdebc973e45e0b1b56e58803.zip
ast2050-yocto-poky-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 5870d0f..b1a8e64 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -940,8 +940,12 @@
<para>
You can use this class to enable running a series of automated tests
- for QEMU images.
- The class handles loading the tests and starting the QEMU image.
+ for images.
+ The class handles loading the tests and starting the image.
+ <note>
+ The current release of Yocto Project supports these tests
+ for QEMU images only.
+ </note>
</para>
<para>
@@ -950,15 +954,13 @@
The tests are commands that run on the target system over
<filename>ssh</filename>.
they are written in Python and make use of the
- <filename>unittest modulebuild</filename> software.
+ <filename>unittest</filename> module.
</para>
<para>
For information on how to enable, run, and create new tests, see the
- "<ulink url='running-and-writing-tests-for-a-qemu-image'>Running and Writing Tests for a QEMU Image</ulink>"
- section and the
- <ulink url='https://wiki.yoctoproject.org/wiki/Image_tests'>Image Tests</ulink>
- Wiki page.
+ "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
+ section.
</para>
</section>
OpenPOWER on IntegriCloud