summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-29 11:56:48 +0200
committerSteve Sakoman <steve@sakoman.com>2025-08-18 13:18:01 -0700
commit39df9602b1c0339519be81d1cba9a4a25379309a (patch)
tree23ac07fdc71b77df1c529f498e926a6fa9206753
parentf81ed8523ae82934503e269e217cc4328fa25dea (diff)
downloadpoky-39df9602b1c0339519be81d1cba9a4a25379309a.tar.gz
ref-manual/classes.rst: document the testexport class
This class has been in OE-Core for a while but never documented in the reference manual. Add some description for it and link to the existing documentation on it. (From yocto-docs rev: 1576091585f8ffdcadd8b8eee525614ab16b6fa0) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 362a331255525fc853dab3af4ec905c417fabb0b) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/classes.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 2b916022bc..c776e51cf4 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3038,6 +3038,22 @@ class assuming :term:`PATCHRESOLVE` is set to "user", the
3038:ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all 3038:ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all
3039use the :ref:`ref-classes-terminal` class. 3039use the :ref:`ref-classes-terminal` class.
3040 3040
3041.. _ref-classes-testexport:
3042
3043``testexport``
3044==============
3045
3046Based on the :ref:`ref-classes-testimage` class, the
3047:ref:`ref-classes-testexport` class can be used to export the test environment
3048outside of the :term:`OpenEmbedded Build System`. This will generate the
3049directory structure to execute the runtime tests using the
3050:oe_git:`runexported.py </openembedded-core/tree/meta/lib/oeqa/runexported.py>`
3051Python script.
3052
3053For more details on how to use :ref:`ref-classes-testexport`, see
3054the :ref:`test-manual/runtime-testing:Exporting Tests` section in the Yocto
3055Project Test Environment Manual.
3056
3041.. _ref-classes-testimage: 3057.. _ref-classes-testimage:
3042 3058
3043``testimage`` 3059``testimage``