diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-26 16:20:17 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-01-09 06:02:49 -0800 |
commit | e5b1aa3792e1a162ab584641cbe32d41d1b37c26 (patch) | |
tree | 5fe558d81f30ba96850f746c4f24632e8726d3bd /documentation/ref-manual/classes.rst | |
parent | 587d779d563f93bdc5d4422923186befe4398520 (diff) | |
download | poky-e5b1aa3792e1a162ab584641cbe32d41d1b37c26.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: 8ac3e2eb1dd4149b24af03666813dc6d94df466d)
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/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 8bde67c900..925fc8a676 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3231,8 +3231,8 @@ after it is built, you can set :term:`TESTIMAGE_AUTO`:: | |||
3231 | TESTIMAGE_AUTO = "1" | 3231 | TESTIMAGE_AUTO = "1" |
3232 | 3232 | ||
3233 | For information on how to enable, run, and create new tests, see the | 3233 | For information on how to enable, run, and create new tests, see the |
3234 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 3234 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
3235 | section in the Yocto Project Development Tasks Manual. | 3235 | section in the Yocto Project Test Environment Manual. |
3236 | 3236 | ||
3237 | .. _ref-classes-testsdk: | 3237 | .. _ref-classes-testsdk: |
3238 | 3238 | ||