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-13 08:42:58 -0700
commit2dc7ee3894c0918e6718242f7f381a5a39b03fd6 (patch)
treef5c07716c356bb4bdbc5c00df06ef3d897c2df6a
parent022c3a59bff8adae2bb9aa47c4484ef4bce05343 (diff)
downloadpoky-2dc7ee3894c0918e6718242f7f381a5a39b03fd6.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: e664a70adb5bc19041b3b5f553fb90dcddff99d0) 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 0816db49bb..c0abb4781c 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3255,6 +3255,22 @@ class assuming :term:`PATCHRESOLVE` is set to "user", the
3255:ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all 3255:ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all
3256use the :ref:`ref-classes-terminal` class. 3256use the :ref:`ref-classes-terminal` class.
3257 3257
3258.. _ref-classes-testexport:
3259
3260``testexport``
3261==============
3262
3263Based on the :ref:`ref-classes-testimage` class, the
3264:ref:`ref-classes-testexport` class can be used to export the test environment
3265outside of the :term:`OpenEmbedded Build System`. This will generate the
3266directory structure to execute the runtime tests using the
3267:oe_git:`runexported.py </openembedded-core/tree/meta/lib/oeqa/runexported.py>`
3268Python script.
3269
3270For more details on how to use :ref:`ref-classes-testexport`, see
3271the :ref:`test-manual/runtime-testing:Exporting Tests` section in the Yocto
3272Project Test Environment Manual.
3273
3258.. _ref-classes-testimage: 3274.. _ref-classes-testimage:
3259 3275
3260``testimage`` 3276``testimage``