summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.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 06:02:49 -0800
commite5b1aa3792e1a162ab584641cbe32d41d1b37c26 (patch)
tree5fe558d81f30ba96850f746c4f24632e8726d3bd /documentation/ref-manual/variables.rst
parent587d779d563f93bdc5d4422923186befe4398520 (diff)
downloadpoky-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/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ed77866dc6..7faea61416 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9252,8 +9252,8 @@ system and gives an overview of their function and contents.
9252 file. 9252 file.
9253 9253
9254 For more information on testing images, see the 9254 For more information on testing images, see the
9255 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 9255 ":ref:`test-manual/runtime-testing:performing automated runtime testing`"
9256 section in the Yocto Project Development Tasks Manual. 9256 section in the Yocto Project Test Environment Manual.
9257 9257
9258 :term:`TEST_SERIALCONTROL_CMD` 9258 :term:`TEST_SERIALCONTROL_CMD`
9259 For automated hardware testing, specifies the command to use to 9259 For automated hardware testing, specifies the command to use to
@@ -9324,8 +9324,8 @@ system and gives an overview of their function and contents.
9324 TEST_SUITES = "test_A test_B" 9324 TEST_SUITES = "test_A test_B"
9325 9325
9326 For more information on testing images, see the 9326 For more information on testing images, see the
9327 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 9327 ":ref:`test-manual/runtime-testing:performing automated runtime testing`"
9328 section in the Yocto Project Development Tasks Manual. 9328 section in the Yocto Project Test Environment Manual.
9329 9329
9330 :term:`TEST_TARGET` 9330 :term:`TEST_TARGET`
9331 Specifies the target controller to use when running tests against a 9331 Specifies the target controller to use when running tests against a
@@ -9343,8 +9343,8 @@ system and gives an overview of their function and contents.
9343 You can provide the following arguments with :term:`TEST_TARGET`: 9343 You can provide the following arguments with :term:`TEST_TARGET`:
9344 9344
9345 - *"qemu":* Boots a QEMU image and runs the tests. See the 9345 - *"qemu":* Boots a QEMU image and runs the tests. See the
9346 ":ref:`dev-manual/runtime-testing:enabling runtime tests on qemu`" section 9346 ":ref:`test-manual/runtime-testing:enabling runtime tests on qemu`" section
9347 in the Yocto Project Development Tasks Manual for more 9347 in the Yocto Project Test Environment Manual for more
9348 information. 9348 information.
9349 9349
9350 - *"simpleremote":* Runs the tests on target hardware that is 9350 - *"simpleremote":* Runs the tests on target hardware that is
@@ -9359,8 +9359,8 @@ system and gives an overview of their function and contents.
9359 ``meta/lib/oeqa/controllers/simpleremote.py``. 9359 ``meta/lib/oeqa/controllers/simpleremote.py``.
9360 9360
9361 For information on running tests on hardware, see the 9361 For information on running tests on hardware, see the
9362 ":ref:`dev-manual/runtime-testing:enabling runtime tests on hardware`" 9362 ":ref:`test-manual/runtime-testing:enabling runtime tests on hardware`"
9363 section in the Yocto Project Development Tasks Manual. 9363 section in the Yocto Project Test Environment Manual.
9364 9364
9365 :term:`TEST_TARGET_IP` 9365 :term:`TEST_TARGET_IP`
9366 The IP address of your hardware under test. The :term:`TEST_TARGET_IP` 9366 The IP address of your hardware under test. The :term:`TEST_TARGET_IP`
@@ -9396,8 +9396,8 @@ system and gives an overview of their function and contents.
9396 9396
9397 For more information 9397 For more information
9398 on enabling, running, and writing these tests, see the 9398 on enabling, running, and writing these tests, see the
9399 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 9399 ":ref:`test-manual/runtime-testing:performing automated runtime testing`"
9400 section in the Yocto Project Development Tasks Manual and the 9400 section in the Yocto Project Test Environment Manual and the
9401 ":ref:`ref-classes-testimage`" section. 9401 ":ref:`ref-classes-testimage`" section.
9402 9402
9403 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` 9403 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS`