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 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``