diff options
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 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` |