summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/intro.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-26 16:20:17 +0100
committerSteve Sakoman <steve@sakoman.com>2025-01-09 08:41:04 -0800
commitac2d3a537751ddc3399f82fc85bfb4a6dd38cf7d (patch)
tree4874a7fe52d07cbf9d7d177f9765ddcec91a881c /documentation/test-manual/intro.rst
parent2497f29afd1ff66964b84dc79a7cd1126bbc94fa (diff)
downloadpoky-ac2d3a537751ddc3399f82fc85bfb4a6dd38cf7d.tar.gz
ref-manual: move runtime-testing section to the test-manual
In the same fashion as the previous commit ("ref-manual/packages: move ptest section to the test-manual"), move the runtime testing section of the development tasks manual to the test environment manual. Add a link to it from the test-manual/intro document. (From yocto-docs rev: 3128bf149f40928e6c2a3e264590a0c6c9778c6a) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 6b44257874858db3aa426d3e84a79c41cb4937a3) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/test-manual/intro.rst')
-rw-r--r--documentation/test-manual/intro.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index ff9b6d3794..3e97a939e6 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -131,7 +131,9 @@ the following types of tests:
131 $ bitbake image -c testimage 131 $ bitbake image -c testimage
132 132
133 The tests use the :ref:`ref-classes-testimage` 133 The tests use the :ref:`ref-classes-testimage`
134 class and the :ref:`ref-tasks-testimage` task. 134 class and the :ref:`ref-tasks-testimage` task. See the
135 :ref:`test-manual/runtime-testing:Performing Automated Runtime Testing`
136 section of the Yocto Project Test Environment Manual for more information.
135 137
136- *Layer Testing:* The Autobuilder has the possibility to test whether 138- *Layer Testing:* The Autobuilder has the possibility to test whether
137 specific layers work with the test of the system. The layers tested 139 specific layers work with the test of the system. The layers tested