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