summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-20 12:02:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-22 12:20:49 +0100
commit06cddebe6df3b6a8b6263a666023c7ac8e292b65 (patch)
treee86013647f631d726736f3eb4f6dfde99f903ba3 /documentation/ref-manual/ref-classes.xml
parent35ec4d2a93af01521dd7f769ceb3a8105f7a243b (diff)
downloadast2050-yocto-poky-06cddebe6df3b6a8b6263a666023c7ac8e292b65.zip
ast2050-yocto-poky-06cddebe6df3b6a8b6263a666023c7ac8e292b65.tar.gz
ref-manual: Added a new entry for the testimage.bbclass.
(From yocto-docs rev: 05db9912f837d79c7da3411586248dcc78172985) 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.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 5d1e3ed..5870d0f 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -935,6 +935,33 @@
</para>
</section>
+<section id='ref-classes-testimage'>
+ <title><filename>testimage.bbclass</filename></title>
+
+ <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.
+ </para>
+
+ <para>
+ To use the class, you need to perform steps to set up the
+ environment.
+ 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.
+ </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.
+ </para>
+</section>
+
<section id='ref-classes-others'>
<title>Other Classes</title>
OpenPOWER on IntegriCloud