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:25:36 -0800 |
| commit | 7117d115eab7351ecf21388ec720a3bb5f4a9b30 (patch) | |
| tree | f0a641b48d50a108d8249d1991b56814635c7758 /documentation/ref-manual/variables.rst | |
| parent | 3f782b6e4527d5b02cc98203b0fb79620b6a89df (diff) | |
| download | poky-7117d115eab7351ecf21388ec720a3bb5f4a9b30.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: 79aa34db34def525a11c41d951365bcb891318c4)
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.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 200def084f..3ba3897787 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -9143,8 +9143,8 @@ system and gives an overview of their function and contents. | |||
| 9143 | file. | 9143 | file. |
| 9144 | 9144 | ||
| 9145 | For more information on testing images, see the | 9145 | For more information on testing images, see the |
| 9146 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 9146 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 9147 | section in the Yocto Project Development Tasks Manual. | 9147 | section in the Yocto Project Test Environment Manual. |
| 9148 | 9148 | ||
| 9149 | :term:`TEST_SERIALCONTROL_CMD` | 9149 | :term:`TEST_SERIALCONTROL_CMD` |
| 9150 | For automated hardware testing, specifies the command to use to | 9150 | For automated hardware testing, specifies the command to use to |
| @@ -9215,8 +9215,8 @@ system and gives an overview of their function and contents. | |||
| 9215 | TEST_SUITES = "test_A test_B" | 9215 | TEST_SUITES = "test_A test_B" |
| 9216 | 9216 | ||
| 9217 | For more information on testing images, see the | 9217 | For more information on testing images, see the |
| 9218 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 9218 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 9219 | section in the Yocto Project Development Tasks Manual. | 9219 | section in the Yocto Project Test Environment Manual. |
| 9220 | 9220 | ||
| 9221 | :term:`TEST_TARGET` | 9221 | :term:`TEST_TARGET` |
| 9222 | Specifies the target controller to use when running tests against a | 9222 | Specifies the target controller to use when running tests against a |
| @@ -9234,8 +9234,8 @@ system and gives an overview of their function and contents. | |||
| 9234 | You can provide the following arguments with :term:`TEST_TARGET`: | 9234 | You can provide the following arguments with :term:`TEST_TARGET`: |
| 9235 | 9235 | ||
| 9236 | - *"qemu":* Boots a QEMU image and runs the tests. See the | 9236 | - *"qemu":* Boots a QEMU image and runs the tests. See the |
| 9237 | ":ref:`dev-manual/runtime-testing:enabling runtime tests on qemu`" section | 9237 | ":ref:`test-manual/runtime-testing:enabling runtime tests on qemu`" section |
| 9238 | in the Yocto Project Development Tasks Manual for more | 9238 | in the Yocto Project Test Environment Manual for more |
| 9239 | information. | 9239 | information. |
| 9240 | 9240 | ||
| 9241 | - *"simpleremote":* Runs the tests on target hardware that is | 9241 | - *"simpleremote":* Runs the tests on target hardware that is |
| @@ -9250,8 +9250,8 @@ system and gives an overview of their function and contents. | |||
| 9250 | ``meta/lib/oeqa/controllers/simpleremote.py``. | 9250 | ``meta/lib/oeqa/controllers/simpleremote.py``. |
| 9251 | 9251 | ||
| 9252 | For information on running tests on hardware, see the | 9252 | For information on running tests on hardware, see the |
| 9253 | ":ref:`dev-manual/runtime-testing:enabling runtime tests on hardware`" | 9253 | ":ref:`test-manual/runtime-testing:enabling runtime tests on hardware`" |
| 9254 | section in the Yocto Project Development Tasks Manual. | 9254 | section in the Yocto Project Test Environment Manual. |
| 9255 | 9255 | ||
| 9256 | :term:`TEST_TARGET_IP` | 9256 | :term:`TEST_TARGET_IP` |
| 9257 | The IP address of your hardware under test. The :term:`TEST_TARGET_IP` | 9257 | The IP address of your hardware under test. The :term:`TEST_TARGET_IP` |
| @@ -9287,8 +9287,8 @@ system and gives an overview of their function and contents. | |||
| 9287 | 9287 | ||
| 9288 | For more information | 9288 | For more information |
| 9289 | on enabling, running, and writing these tests, see the | 9289 | on enabling, running, and writing these tests, see the |
| 9290 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 9290 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
| 9291 | section in the Yocto Project Development Tasks Manual and the | 9291 | section in the Yocto Project Test Environment Manual and the |
| 9292 | ":ref:`ref-classes-testimage`" section. | 9292 | ":ref:`ref-classes-testimage`" section. |
| 9293 | 9293 | ||
| 9294 | :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` | 9294 | :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` |
