diff options
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/images.rst | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/release-process.rst | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 8 | ||||
| -rw-r--r-- | documentation/ref-manual/variables.rst | 20 |
5 files changed, 20 insertions, 20 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index b609c3af66..31bb1eeb94 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -3064,8 +3064,8 @@ after it is built, you can set :term:`TESTIMAGE_AUTO`:: | |||
| 3064 | TESTIMAGE_AUTO = "1" | 3064 | TESTIMAGE_AUTO = "1" |
| 3065 | 3065 | ||
| 3066 | For information on how to enable, run, and create new tests, see the | 3066 | For information on how to enable, run, and create new tests, see the |
| 3067 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 3067 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 3068 | section in the Yocto Project Development Tasks Manual. | 3068 | section in the Yocto Project Test Environment Manual. |
| 3069 | 3069 | ||
| 3070 | .. _ref-classes-testsdk: | 3070 | .. _ref-classes-testsdk: |
| 3071 | 3071 | ||
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst index f875633128..d36a4b2507 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 (initramfs) image tailored for use with the | 126 | Filesystem (initramfs) image tailored for use with the |
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 89f79812e8..aed4c51aa2 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 | |||
| 148 | developer, you can validate your projects. This section overviews the | 148 | developer, you can validate your projects. This section overviews the |
| 149 | available test infrastructure used in the Yocto Project. For information | 149 | available test infrastructure used in the Yocto Project. For information |
| 150 | on how to run available tests on your projects, see the | 150 | on 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`" |
| 152 | section in the Yocto Project Development Tasks Manual. | 152 | section in the Yocto Project Test Environment Manual. |
| 153 | 153 | ||
| 154 | The QA/testing infrastructure is woven into the project to the point | 154 | The QA/testing infrastructure is woven into the project to the point |
| 155 | where core developers take some of it for granted. The infrastructure | 155 | where 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 346e9491f3..c69fbaa518 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
| @@ -629,8 +629,8 @@ information on how the root filesystem is created. | |||
| 629 | 629 | ||
| 630 | Boots an image and performs runtime tests within the image. For | 630 | Boots an image and performs runtime tests within the image. For |
| 631 | information on automatically testing images, see the | 631 | information on automatically testing images, see the |
| 632 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 632 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 633 | section in the Yocto Project Development Tasks Manual. | 633 | section in the Yocto Project Test Environment Manual. |
| 634 | 634 | ||
| 635 | .. _ref-tasks-testimage_auto: | 635 | .. _ref-tasks-testimage_auto: |
| 636 | 636 | ||
| @@ -642,8 +642,8 @@ after it has been built. This task is enabled when you set | |||
| 642 | :term:`TESTIMAGE_AUTO` equal to "1". | 642 | :term:`TESTIMAGE_AUTO` equal to "1". |
| 643 | 643 | ||
| 644 | For information on automatically testing images, see the | 644 | For information on automatically testing images, see the |
| 645 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 645 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 646 | section in the Yocto Project Development Tasks Manual. | 646 | section in the Yocto Project Test Environment Manual. |
| 647 | 647 | ||
| 648 | Kernel-Related Tasks | 648 | Kernel-Related Tasks |
| 649 | ==================== | 649 | ==================== |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 8ab7391f98..feb8be6be9 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -8688,8 +8688,8 @@ system and gives an overview of their function and contents. | |||
| 8688 | file. | 8688 | file. |
| 8689 | 8689 | ||
| 8690 | For more information on testing images, see the | 8690 | For more information on testing images, see the |
| 8691 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 8691 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 8692 | section in the Yocto Project Development Tasks Manual. | 8692 | section in the Yocto Project Test Environment Manual. |
| 8693 | 8693 | ||
| 8694 | :term:`TEST_SERIALCONTROL_CMD` | 8694 | :term:`TEST_SERIALCONTROL_CMD` |
| 8695 | For automated hardware testing, specifies the command to use to | 8695 | For automated hardware testing, specifies the command to use to |
| @@ -8761,8 +8761,8 @@ system and gives an overview of their function and contents. | |||
| 8761 | TEST_SUITES = "test_A test_B" | 8761 | TEST_SUITES = "test_A test_B" |
| 8762 | 8762 | ||
| 8763 | For more information on testing images, see the | 8763 | For more information on testing images, see the |
| 8764 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 8764 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 8765 | section in the Yocto Project Development Tasks Manual. | 8765 | section in the Yocto Project Test Environment Manual. |
| 8766 | 8766 | ||
| 8767 | :term:`TEST_TARGET` | 8767 | :term:`TEST_TARGET` |
| 8768 | Specifies the target controller to use when running tests against a | 8768 | Specifies the target controller to use when running tests against a |
| @@ -8780,8 +8780,8 @@ system and gives an overview of their function and contents. | |||
| 8780 | You can provide the following arguments with :term:`TEST_TARGET`: | 8780 | You can provide the following arguments with :term:`TEST_TARGET`: |
| 8781 | 8781 | ||
| 8782 | - *"qemu":* Boots a QEMU image and runs the tests. See the | 8782 | - *"qemu":* Boots a QEMU image and runs the tests. See the |
| 8783 | ":ref:`dev-manual/runtime-testing:enabling runtime tests on qemu`" section | 8783 | ":ref:`test-manual/runtime-testing:enabling runtime tests on qemu`" section |
| 8784 | in the Yocto Project Development Tasks Manual for more | 8784 | in the Yocto Project Test Environment Manual for more |
| 8785 | information. | 8785 | information. |
| 8786 | 8786 | ||
| 8787 | - *"simpleremote":* Runs the tests on target hardware that is | 8787 | - *"simpleremote":* Runs the tests on target hardware that is |
| @@ -8796,8 +8796,8 @@ system and gives an overview of their function and contents. | |||
| 8796 | ``meta/lib/oeqa/controllers/simpleremote.py``. | 8796 | ``meta/lib/oeqa/controllers/simpleremote.py``. |
| 8797 | 8797 | ||
| 8798 | For information on running tests on hardware, see the | 8798 | For information on running tests on hardware, see the |
| 8799 | ":ref:`dev-manual/runtime-testing:enabling runtime tests on hardware`" | 8799 | ":ref:`test-manual/runtime-testing:enabling runtime tests on hardware`" |
| 8800 | section in the Yocto Project Development Tasks Manual. | 8800 | section in the Yocto Project Test Environment Manual. |
| 8801 | 8801 | ||
| 8802 | :term:`TEST_TARGET_IP` | 8802 | :term:`TEST_TARGET_IP` |
| 8803 | The IP address of your hardware under test. The :term:`TEST_TARGET_IP` | 8803 | The IP address of your hardware under test. The :term:`TEST_TARGET_IP` |
| @@ -8833,8 +8833,8 @@ system and gives an overview of their function and contents. | |||
| 8833 | 8833 | ||
| 8834 | For more information | 8834 | For more information |
| 8835 | on enabling, running, and writing these tests, see the | 8835 | on enabling, running, and writing these tests, see the |
| 8836 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 8836 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 8837 | section in the Yocto Project Development Tasks Manual and the | 8837 | section in the Yocto Project Test Environment Manual and the |
| 8838 | ":ref:`ref-classes-testimage`" section. | 8838 | ":ref:`ref-classes-testimage`" section. |
| 8839 | 8839 | ||
| 8840 | :term:`THISDIR` | 8840 | :term:`THISDIR` |
