summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst4
-rw-r--r--documentation/ref-manual/images.rst4
-rw-r--r--documentation/ref-manual/release-process.rst4
-rw-r--r--documentation/ref-manual/tasks.rst8
-rw-r--r--documentation/ref-manual/variables.rst20
5 files changed, 20 insertions, 20 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index c853462d6f..22c4301a49 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3232,8 +3232,8 @@ after it is built, you can set :term:`TESTIMAGE_AUTO`::
3232 TESTIMAGE_AUTO = "1" 3232 TESTIMAGE_AUTO = "1"
3233 3233
3234For information on how to enable, run, and create new tests, see the 3234For information on how to enable, run, and create new tests, see the
3235":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 3235":ref:`test-manual/runtime-testing:performing automated runtime testing`"
3236section in the Yocto Project Development Tasks Manual. 3236section in the Yocto Project Test Environment Manual.
3237 3237
3238.. _ref-classes-testsdk: 3238.. _ref-classes-testsdk:
3239 3239
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst
index c45f9104a9..d6bdc92f07 100644
--- a/documentation/ref-manual/images.rst
+++ b/documentation/ref-manual/images.rst
@@ -119,8 +119,8 @@ Here is a list of supported recipes:
119 deployed to a separate partition so that you can boot into it and use 119 deployed to a separate partition so that you can boot into it and use
120 it to deploy a second image to be tested. You can find more 120 it to deploy a second image to be tested. You can find more
121 information about runtime testing in the 121 information about runtime testing in the
122 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 122 ":ref:`test-manual/runtime-testing:performing automated runtime testing`"
123 section in the Yocto Project Development Tasks Manual. 123 section in the Yocto Project Test Environment Manual.
124 124
125- ``core-image-testmaster-initramfs``: A RAM-based Initial Root 125- ``core-image-testmaster-initramfs``: A RAM-based Initial Root
126 Filesystem (:term:`Initramfs`) image tailored for use with the 126 Filesystem (:term:`Initramfs`) image tailored for use with the
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index 3383a4e1b0..c4452228a7 100644
--- a/documentation/ref-manual/release-process.rst
+++ b/documentation/ref-manual/release-process.rst
@@ -148,8 +148,8 @@ Additionally, because the test strategies are visible to you as a
148developer, you can validate your projects. This section overviews the 148developer, you can validate your projects. This section overviews the
149available test infrastructure used in the Yocto Project. For information 149available test infrastructure used in the Yocto Project. For information
150on how to run available tests on your projects, see the 150on how to run available tests on your projects, see the
151":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 151":ref:`test-manual/runtime-testing:performing automated runtime testing`"
152section in the Yocto Project Development Tasks Manual. 152section in the Yocto Project Test Environment Manual.
153 153
154The QA/testing infrastructure is woven into the project to the point 154The QA/testing infrastructure is woven into the project to the point
155where core developers take some of it for granted. The infrastructure 155where core developers take some of it for granted. The infrastructure
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index df751d75a3..d2e1f4ce14 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -615,8 +615,8 @@ information on how the root filesystem is created.
615 615
616Boots an image and performs runtime tests within the image. For 616Boots an image and performs runtime tests within the image. For
617information on automatically testing images, see the 617information on automatically testing images, see the
618":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 618":ref:`test-manual/runtime-testing:performing automated runtime testing`"
619section in the Yocto Project Development Tasks Manual. 619section in the Yocto Project Test Environment Manual.
620 620
621.. _ref-tasks-testimage_auto: 621.. _ref-tasks-testimage_auto:
622 622
@@ -628,8 +628,8 @@ after it has been built. This task is enabled when you set
628:term:`TESTIMAGE_AUTO` equal to "1". 628:term:`TESTIMAGE_AUTO` equal to "1".
629 629
630For information on automatically testing images, see the 630For information on automatically testing images, see the
631":ref:`dev-manual/runtime-testing:performing automated runtime testing`" 631":ref:`test-manual/runtime-testing:performing automated runtime testing`"
632section in the Yocto Project Development Tasks Manual. 632section in the Yocto Project Test Environment Manual.
633 633
634Kernel-Related Tasks 634Kernel-Related Tasks
635==================== 635====================
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`