diff options
-rw-r--r-- | documentation/ref-manual/classes.rst | 16 |
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 |
3256 | use the :ref:`ref-classes-terminal` class. | 3256 | use the :ref:`ref-classes-terminal` class. |
3257 | 3257 | ||
3258 | .. _ref-classes-testexport: | ||
3259 | |||
3260 | ``testexport`` | ||
3261 | ============== | ||
3262 | |||
3263 | Based on the :ref:`ref-classes-testimage` class, the | ||
3264 | :ref:`ref-classes-testexport` class can be used to export the test environment | ||
3265 | outside of the :term:`OpenEmbedded Build System`. This will generate the | ||
3266 | directory structure to execute the runtime tests using the | ||
3267 | :oe_git:`runexported.py </openembedded-core/tree/meta/lib/oeqa/runexported.py>` | ||
3268 | Python script. | ||
3269 | |||
3270 | For more details on how to use :ref:`ref-classes-testexport`, see | ||
3271 | the :ref:`test-manual/runtime-testing:Exporting Tests` section in the Yocto | ||
3272 | Project Test Environment Manual. | ||
3273 | |||
3258 | .. _ref-classes-testimage: | 3274 | .. _ref-classes-testimage: |
3259 | 3275 | ||
3260 | ``testimage`` | 3276 | ``testimage`` |