summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 5870d0f44a..b1a8e64ce0 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -940,8 +940,12 @@
940 940
941 <para> 941 <para>
942 You can use this class to enable running a series of automated tests 942 You can use this class to enable running a series of automated tests
943 for QEMU images. 943 for images.
944 The class handles loading the tests and starting the QEMU image. 944 The class handles loading the tests and starting the image.
945 <note>
946 The current release of Yocto Project supports these tests
947 for QEMU images only.
948 </note>
945 </para> 949 </para>
946 950
947 <para> 951 <para>
@@ -950,15 +954,13 @@
950 The tests are commands that run on the target system over 954 The tests are commands that run on the target system over
951 <filename>ssh</filename>. 955 <filename>ssh</filename>.
952 they are written in Python and make use of the 956 they are written in Python and make use of the
953 <filename>unittest modulebuild</filename> software. 957 <filename>unittest</filename> module.
954 </para> 958 </para>
955 959
956 <para> 960 <para>
957 For information on how to enable, run, and create new tests, see the 961 For information on how to enable, run, and create new tests, see the
958 "<ulink url='running-and-writing-tests-for-a-qemu-image'>Running and Writing Tests for a QEMU Image</ulink>" 962 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
959 section and the 963 section.
960 <ulink url='https://wiki.yoctoproject.org/wiki/Image_tests'>Image Tests</ulink>
961 Wiki page.
962 </para> 964 </para>
963</section> 965</section>
964 966