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-20 07:37:19 -0700
commit4d2729b88c96e4d00b0d2650c1a445d12703c690 (patch)
tree160c01f198929c3c5dd10e6e70dba4724e235e12
parentc030f0e4927e19e2e9e02c3a5af6b9393b5caa36 (diff)
downloadpoky-4d2729b88c96e4d00b0d2650c1a445d12703c690.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: dd665216fa578a1f2f268790d708c6a5d2912ecf) 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 e8c50a0287..2d560bd7ee 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3186,6 +3186,22 @@ class assuming :term:`PATCHRESOLVE` is set to "user", the
3186:ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all 3186:ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all
3187use the :ref:`ref-classes-terminal` class. 3187use the :ref:`ref-classes-terminal` class.
3188 3188
3189.. _ref-classes-testexport:
3190
3191``testexport``
3192==============
3193
3194Based on the :ref:`ref-classes-testimage` class, the
3195:ref:`ref-classes-testexport` class can be used to export the test environment
3196outside of the :term:`OpenEmbedded Build System`. This will generate the
3197directory structure to execute the runtime tests using the
3198:oe_git:`runexported.py </openembedded-core/tree/meta/lib/oeqa/runexported.py>`
3199Python script.
3200
3201For more details on how to use :ref:`ref-classes-testexport`, see
3202the :ref:`test-manual/runtime-testing:Exporting Tests` section in the Yocto
3203Project Test Environment Manual.
3204
3189.. _ref-classes-testimage: 3205.. _ref-classes-testimage:
3190 3206
3191``testimage`` 3207``testimage``