summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 15:22:11 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:25 +0000
commit73ddfa2ab0712ff399f6695d248dacd02606e2bd (patch)
tree5c1048983b98bed910ba8e292f5b556603919cbf /documentation
parentb43c26ff6c51f96bc07dbbe3d8072cb679635c59 (diff)
downloadast2050-yocto-poky-73ddfa2ab0712ff399f6695d248dacd02606e2bd.zip
ast2050-yocto-poky-73ddfa2ab0712ff399f6695d248dacd02606e2bd.tar.gz
ref-manual: Re-ordered classes that start with "T"
(From yocto-docs rev: 832e391cc7fab66db3be0b8ba4235d7bf59fb33b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml58
1 files changed, 29 insertions, 29 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 132ffaf..ecfde20 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2600,6 +2600,35 @@
</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 images.
+ The class handles loading the tests and starting the image.
+ <note>
+ Currently, there is only support for running these tests
+ under QEMU.
+ </note>
+ </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</filename> module.
+ </para>
+
+ <para>
+ For information on how to enable, run, and create new tests, see the
+ "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
+ section.
+ </para>
+</section>
+
<section id='ref-classes-tinderclient'>
<title><filename>tinderclient.bbclass</filename></title>
@@ -2801,35 +2830,6 @@
</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 images.
- The class handles loading the tests and starting the image.
- <note>
- Currently, there is only support for running these tests
- under QEMU.
- </note>
- </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</filename> module.
- </para>
-
- <para>
- For information on how to enable, run, and create new tests, see the
- "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
- section.
- </para>
-</section>
-
<section id='ref-classes-update-alternatives'>
<title>Alternatives - <filename>update-alternatives.bbclass</filename></title>
OpenPOWER on IntegriCloud