diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 15:22:11 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:25 +0000 |
| commit | 73ddfa2ab0712ff399f6695d248dacd02606e2bd (patch) | |
| tree | 5c1048983b98bed910ba8e292f5b556603919cbf /documentation/ref-manual | |
| parent | b43c26ff6c51f96bc07dbbe3d8072cb679635c59 (diff) | |
| download | 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/ref-manual')
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 58 |
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 | ||
