From eb36aaa07f07ecdcd9a6fd6a60b37b352a7cf5d6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 Sep 2013 16:35:26 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 4 ++-- documentation/ref-manual/ref-variables.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual') 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 @@ for images. The class handles loading the tests and starting the image. - The current release of Yocto Project supports these tests - for QEMU images only. + Currently, there is only support for running these tests + under QEMU. 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 ". Automatically runs the series of automated tests for images when an image is successfully built. - The current release of Yocto Project supports these tests - for QEMU images only. + Currently, there is only support for running these tests + under QEMU. These tests are written in Python making use of the unittest module, and the majority of @@ -5322,8 +5322,8 @@ PARALLEL_MAKEINST with the description ". The OpenEmbedded build system provides a core set of tests that can be used against images. - The current release of Yocto Project supports these - tests for QEMU images only. + Currently, there is only support for running these tests + under QEMU. Tests include ping, ssh, df among -- cgit v1.2.3-54-g00ecf