summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.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/ref-manual/tasks.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/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 346e9491f3..c69fbaa518 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -629,8 +629,8 @@ information on how the root filesystem is created.
629 629
630Boots an image and performs runtime tests within the image. For 630Boots an image and performs runtime tests within the image. For
631information on automatically testing images, see the 631information on automatically testing images, see the
632":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 632":ref:`test-manual/runtime-testing:performing automated runtime testing`"
633section in the Yocto Project Development Tasks Manual. 633section in the Yocto Project Test Environment Manual.
634 634
635.. _ref-tasks-testimage_auto: 635.. _ref-tasks-testimage_auto:
636 636
@@ -642,8 +642,8 @@ after it has been built. This task is enabled when you set
642:term:`TESTIMAGE_AUTO` equal to "1". 642:term:`TESTIMAGE_AUTO` equal to "1".
643 643
644For information on automatically testing images, see the 644For information on automatically testing images, see the
645":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 645":ref:`test-manual/runtime-testing:performing automated runtime testing`"
646section in the Yocto Project Development Tasks Manual. 646section in the Yocto Project Test Environment Manual.
647 647
648Kernel-Related Tasks 648Kernel-Related Tasks
649==================== 649====================