summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 16:35:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:53 +0100
commiteb36aaa07f07ecdcd9a6fd6a60b37b352a7cf5d6 (patch)
tree92a2a01176f549f9e891385fb7cabb3d97a9069d /documentation/ref-manual
parentb8bdd92ae648f4c94c4dfcd2f62aeffa1c2d0486 (diff)
downloadpoky-eb36aaa07f07ecdcd9a6fd6a60b37b352a7cf5d6.tar.gz
ref-manual, dev-manual: Edits to running automated tests section.
Applied a second round of review edits from Paul Eggleton for the new "Performing Automated Runtime Testing" section. I did some reorganization and some minor wording changes. (From yocto-docs rev: fa8f8e5f0f6c1377a4fcafcd3d933af15ac01ff3) 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.xml4
-rw-r--r--documentation/ref-manual/ref-variables.xml8
2 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index f08b7fefc8..6ed8fe5013 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -943,8 +943,8 @@
943 for images. 943 for images.
944 The class handles loading the tests and starting the image. 944 The class handles loading the tests and starting the image.
945 <note> 945 <note>
946 The current release of Yocto Project supports these tests 946 Currently, there is only support for running these tests
947 for QEMU images only. 947 under QEMU.
948 </note> 948 </note>
949 </para> 949 </para>
950 950
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 6689ef085f..c7fb036c3f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5266,8 +5266,8 @@ PARALLEL_MAKEINST with the description ".
5266 Automatically runs the series of automated tests for 5266 Automatically runs the series of automated tests for
5267 images when an image is successfully built. 5267 images when an image is successfully built.
5268 <note> 5268 <note>
5269 The current release of Yocto Project supports these tests 5269 Currently, there is only support for running these tests
5270 for QEMU images only. 5270 under QEMU.
5271 </note> 5271 </note>
5272 These tests are written in Python making use of the 5272 These tests are written in Python making use of the
5273 <filename>unittest</filename> module, and the majority of 5273 <filename>unittest</filename> module, and the majority of
@@ -5322,8 +5322,8 @@ PARALLEL_MAKEINST with the description ".
5322 The OpenEmbedded build system provides a core set of tests 5322 The OpenEmbedded build system provides a core set of tests
5323 that can be used against images. 5323 that can be used against images.
5324 <note> 5324 <note>
5325 The current release of Yocto Project supports these 5325 Currently, there is only support for running these tests
5326 tests for QEMU images only. 5326 under QEMU.
5327 </note> 5327 </note>
5328 Tests include <filename>ping</filename>, 5328 Tests include <filename>ping</filename>,
5329 <filename>ssh</filename>, <filename>df</filename> among 5329 <filename>ssh</filename>, <filename>df</filename> among