From 06cddebe6df3b6a8b6263a666023c7ac8e292b65 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Sep 2013 12:02:37 -0700 Subject: [PATCH] ref-manual: Added a new entry for the testimage.bbclass. (From yocto-docs rev: 05db9912f837d79c7da3411586248dcc78172985) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5d1e3ed1b4..5870d0f44a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -935,6 +935,33 @@ +
+ <filename>testimage.bbclass</filename> + + + 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. + + + + 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 modulebuild software. + + + + For information on how to enable, run, and create new tests, see the + "Running and Writing Tests for a QEMU Image" + section and the + Image Tests + Wiki page. + +
+
Other Classes