summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-29 11:56:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-08 23:41:10 +0100
commita0fc4c939e742757d78c1b3a4c387f8a4ad36752 (patch)
tree8359fdbf9a616969c9462f3526bf0a049a726b33 /documentation
parent9e6c4bafe8ea975cef5af8eed2b2ffc01f47a118 (diff)
downloadpoky-a0fc4c939e742757d78c1b3a4c387f8a4ad36752.tar.gz
ref-manual/variables.rst: document TESTSDK_SUITES
The TESTSDK_SUITES variable can be used to control the list of test modules run with the testsdk class. (From yocto-docs rev: fbc6db0ab525c7e46774c01fc595f30d6d0fe3c1) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/classes.rst3
-rw-r--r--documentation/ref-manual/variables.rst6
2 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index ee583fe9ba..7c2b4fb278 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3069,6 +3069,9 @@ using the following::
3069 3069
3070 $ bitbake -c testsdk image 3070 $ bitbake -c testsdk image
3071 3071
3072The list of test modules that are run can be controlled with the
3073:term:`TESTSDK_SUITES` variable.
3074
3072.. note:: 3075.. note::
3073 3076
3074 Best practices include using :term:`IMAGE_CLASSES` rather than 3077 Best practices include using :term:`IMAGE_CLASSES` rather than
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 1a4e8a2548..a5d43966cd 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10165,6 +10165,12 @@ system and gives an overview of their function and contents.
10165 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` lists space-separated paths on the 10165 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` lists space-separated paths on the
10166 target to retrieve onto the host. 10166 target to retrieve onto the host.
10167 10167
10168 :term:`TESTSDK_SUITES`
10169 When using the :ref:`ref-classes-testsdk` class, the
10170 :term:`TESTSDK_SUITES` variable can be used to control the list of test
10171 modules to run. The default value for this variable is an empty string
10172 and all test modules that can be found are run.
10173
10168 :term:`THISDIR` 10174 :term:`THISDIR`
10169 The directory in which the file BitBake is currently parsing is 10175 The directory in which the file BitBake is currently parsing is
10170 located. Do not manually set this variable. 10176 located. Do not manually set this variable.