summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
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/migration-guides
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/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.5.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index 06334d6fc7..adfecb98aa 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -243,8 +243,8 @@ A new automated image testing framework has been added through the
243framework replaces the older ``imagetest-qemu`` framework. 243framework replaces the older ``imagetest-qemu`` framework.
244 244
245You can learn more about performing automated image tests in the 245You can learn more about performing automated image tests in the
246":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 246":ref:`test-manual/runtime-testing:performing automated runtime testing`"
247section in the Yocto Project Development Tasks Manual. 247section in the Yocto Project Test Environment Manual.
248 248
249.. _migration-1.5-build-history: 249.. _migration-1.5-build-history:
250 250