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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-09 13:58:17 +0000
commitd6ae2c0decc0e71f1d0c1a752d9cc0602e727557 (patch)
tree080bfb822641563f04f0eb4655fafed376000362 /documentation/ref-manual/variables.rst
parentd720994f023f9c0bf23d6234089b21e23d837dc5 (diff)
downloadpoky-d6ae2c0decc0e71f1d0c1a752d9cc0602e727557.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: 6b44257874858db3aa426d3e84a79c41cb4937a3) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 f4d50b7918..702a6caf87 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9305,8 +9305,8 @@ system and gives an overview of their function and contents.
9305 file. 9305 file.
9306 9306
9307 For more information on testing images, see the 9307 For more information on testing images, see the
9308 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 9308 ":ref:`test-manual/runtime-testing:performing automated runtime testing`"
9309 section in the Yocto Project Development Tasks Manual. 9309 section in the Yocto Project Test Environment Manual.
9310 9310
9311 :term:`TEST_SERIALCONTROL_CMD` 9311 :term:`TEST_SERIALCONTROL_CMD`
9312 For automated hardware testing, specifies the command to use to 9312 For automated hardware testing, specifies the command to use to
@@ -9377,8 +9377,8 @@ system and gives an overview of their function and contents.
9377 TEST_SUITES = "test_A test_B" 9377 TEST_SUITES = "test_A test_B"
9378 9378
9379 For more information on testing images, see the 9379 For more information on testing images, see the
9380 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 9380 ":ref:`test-manual/runtime-testing:performing automated runtime testing`"
9381 section in the Yocto Project Development Tasks Manual. 9381 section in the Yocto Project Test Environment Manual.
9382 9382
9383 :term:`TEST_TARGET` 9383 :term:`TEST_TARGET`
9384 Specifies the target controller to use when running tests against a 9384 Specifies the target controller to use when running tests against a
@@ -9396,8 +9396,8 @@ system and gives an overview of their function and contents.
9396 You can provide the following arguments with :term:`TEST_TARGET`: 9396 You can provide the following arguments with :term:`TEST_TARGET`:
9397 9397
9398 - *"qemu":* Boots a QEMU image and runs the tests. See the 9398 - *"qemu":* Boots a QEMU image and runs the tests. See the
9399 ":ref:`dev-manual/runtime-testing:enabling runtime tests on qemu`" section 9399 ":ref:`test-manual/runtime-testing:enabling runtime tests on qemu`" section
9400 in the Yocto Project Development Tasks Manual for more 9400 in the Yocto Project Test Environment Manual for more
9401 information. 9401 information.
9402 9402
9403 - *"simpleremote":* Runs the tests on target hardware that is 9403 - *"simpleremote":* Runs the tests on target hardware that is
@@ -9412,8 +9412,8 @@ system and gives an overview of their function and contents.
9412 ``meta/lib/oeqa/controllers/simpleremote.py``. 9412 ``meta/lib/oeqa/controllers/simpleremote.py``.
9413 9413
9414 For information on running tests on hardware, see the 9414 For information on running tests on hardware, see the
9415 ":ref:`dev-manual/runtime-testing:enabling runtime tests on hardware`" 9415 ":ref:`test-manual/runtime-testing:enabling runtime tests on hardware`"
9416 section in the Yocto Project Development Tasks Manual. 9416 section in the Yocto Project Test Environment Manual.
9417 9417
9418 :term:`TEST_TARGET_IP` 9418 :term:`TEST_TARGET_IP`
9419 The IP address of your hardware under test. The :term:`TEST_TARGET_IP` 9419 The IP address of your hardware under test. The :term:`TEST_TARGET_IP`
@@ -9449,8 +9449,8 @@ system and gives an overview of their function and contents.
9449 9449
9450 For more information 9450 For more information
9451 on enabling, running, and writing these tests, see the 9451 on enabling, running, and writing these tests, see the
9452 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 9452 ":ref:`test-manual/runtime-testing:performing automated runtime testing`"
9453 section in the Yocto Project Development Tasks Manual and the 9453 section in the Yocto Project Test Environment Manual and the
9454 ":ref:`ref-classes-testimage`" section. 9454 ":ref:`ref-classes-testimage`" section.
9455 9455
9456 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` 9456 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS`