diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-10 12:49:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 18:22:51 +0100 |
commit | fee60fbabbfa193fc058da5e36d9a37d2a08712f (patch) | |
tree | 5a8cee9a3c1c91360cc590898aa081dac830f4f3 /documentation | |
parent | a39e1f7568ec15c97bdc129946d0fb3a8e0595ba (diff) | |
download | poky-fee60fbabbfa193fc058da5e36d9a37d2a08712f.tar.gz |
ref-manual: Removed note limiting tests to QEMU.
Fixes [YOCTO #5554]
Removed the note limiting this to QEMU tests.
(From yocto-docs rev: c91d058514832aacfb74fd4480e0a2dba95b4921)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 0031df26d8..22a0bce218 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2942,12 +2942,8 @@ | |||
2942 | 2942 | ||
2943 | <para> | 2943 | <para> |
2944 | The <filename>testimage</filename> class supports running automated | 2944 | The <filename>testimage</filename> class supports running automated |
2945 | tests against images. | 2945 | tests against images using QEMU and on actual hardware. |
2946 | The class handles loading the tests and starting the image. | 2946 | The class handles loading the tests and starting the image. |
2947 | <note> | ||
2948 | Currently, there is only support for running these tests | ||
2949 | under QEMU. | ||
2950 | </note> | ||
2951 | </para> | 2947 | </para> |
2952 | 2948 | ||
2953 | <para> | 2949 | <para> |