summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
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 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`