diff options
Diffstat (limited to 'documentation/ref-manual')
| -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 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 |
| 3039 | use the :ref:`ref-classes-terminal` class. | 3039 | use the :ref:`ref-classes-terminal` class. |
| 3040 | 3040 | ||
| 3041 | .. _ref-classes-testexport: | ||
| 3042 | |||
| 3043 | ``testexport`` | ||
| 3044 | ============== | ||
| 3045 | |||
| 3046 | Based on the :ref:`ref-classes-testimage` class, the | ||
| 3047 | :ref:`ref-classes-testexport` class can be used to export the test environment | ||
| 3048 | outside of the :term:`OpenEmbedded Build System`. This will generate the | ||
| 3049 | directory structure to execute the runtime tests using the | ||
| 3050 | :oe_git:`runexported.py </openembedded-core/tree/meta/lib/oeqa/runexported.py>` | ||
| 3051 | Python script. | ||
| 3052 | |||
| 3053 | For more details on how to use :ref:`ref-classes-testexport`, see | ||
| 3054 | the :ref:`test-manual/runtime-testing:Exporting Tests` section in the Yocto | ||
| 3055 | Project Test Environment Manual. | ||
| 3056 | |||
| 3041 | .. _ref-classes-testimage: | 3057 | .. _ref-classes-testimage: |
| 3042 | 3058 | ||
| 3043 | ``testimage`` | 3059 | ``testimage`` |
