summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
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:18:20 +0000
commitae82bc0e0c16156ce7f44a15ae026fa346170e6b (patch)
tree85036ee7241b4c5f49e48de6c945ae35b579e981 /documentation/ref-manual/ref-classes.xml
parent5f85440bd56783638986006b4f8aaf34e599f806 (diff)
downloadpoky-ae82bc0e0c16156ce7f44a15ae026fa346170e6b.tar.gz
ref-manual: Re-ordered classes that start with "T"
(From yocto-docs rev: 9a6e1c68b7c4fb22d0724dd108735b9dd1e7f721) 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.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 132ffaf875..ecfde202c8 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2600,6 +2600,35 @@
2600 </para> 2600 </para>
2601</section> 2601</section>
2602 2602
2603<section id='ref-classes-testimage'>
2604 <title><filename>testimage.bbclass</filename></title>
2605
2606 <para>
2607 You can use this class to enable running a series of automated tests
2608 for images.
2609 The class handles loading the tests and starting the image.
2610 <note>
2611 Currently, there is only support for running these tests
2612 under QEMU.
2613 </note>
2614 </para>
2615
2616 <para>
2617 To use the class, you need to perform steps to set up the
2618 environment.
2619 The tests are commands that run on the target system over
2620 <filename>ssh</filename>.
2621 they are written in Python and make use of the
2622 <filename>unittest</filename> module.
2623 </para>
2624
2625 <para>
2626 For information on how to enable, run, and create new tests, see the
2627 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
2628 section.
2629 </para>
2630</section>
2631
2603<section id='ref-classes-tinderclient'> 2632<section id='ref-classes-tinderclient'>
2604 <title><filename>tinderclient.bbclass</filename></title> 2633 <title><filename>tinderclient.bbclass</filename></title>
2605 2634
@@ -2801,35 +2830,6 @@
2801 </para> 2830 </para>
2802</section> 2831</section>
2803 2832
2804<section id='ref-classes-testimage'>
2805 <title><filename>testimage.bbclass</filename></title>
2806
2807 <para>
2808 You can use this class to enable running a series of automated tests
2809 for images.
2810 The class handles loading the tests and starting the image.
2811 <note>
2812 Currently, there is only support for running these tests
2813 under QEMU.
2814 </note>
2815 </para>
2816
2817 <para>
2818 To use the class, you need to perform steps to set up the
2819 environment.
2820 The tests are commands that run on the target system over
2821 <filename>ssh</filename>.
2822 they are written in Python and make use of the
2823 <filename>unittest</filename> module.
2824 </para>
2825
2826 <para>
2827 For information on how to enable, run, and create new tests, see the
2828 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
2829 section.
2830 </para>
2831</section>
2832
2833<section id='ref-classes-update-alternatives'> 2833<section id='ref-classes-update-alternatives'>
2834 <title>Alternatives - <filename>update-alternatives.bbclass</filename></title> 2834 <title>Alternatives - <filename>update-alternatives.bbclass</filename></title>
2835 2835