summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-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``