From ae82bc0e0c16156ce7f44a15ae026fa346170e6b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 15:22:11 -0600 Subject: ref-manual: Re-ordered classes that start with "T" (From yocto-docs rev: 9a6e1c68b7c4fb22d0724dd108735b9dd1e7f721) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 58 ++++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') 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 @@ +
+ <filename>testimage.bbclass</filename> + + + 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. + + Currently, there is only support for running these tests + under QEMU. + + + + + 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 + ssh. + they are written in Python and make use of the + unittest module. + + + + For information on how to enable, run, and create new tests, see the + "Performing Automated Runtime Testing" + section. + +
+
<filename>tinderclient.bbclass</filename> @@ -2801,35 +2830,6 @@
-
- <filename>testimage.bbclass</filename> - - - 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. - - Currently, there is only support for running these tests - under QEMU. - - - - - 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 - ssh. - they are written in Python and make use of the - unittest module. - - - - For information on how to enable, run, and create new tests, see the - "Performing Automated Runtime Testing" - section. - -
-
Alternatives - <filename>update-alternatives.bbclass</filename> -- cgit v1.2.3-54-g00ecf