diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:48 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-13 08:42:58 -0700 |
commit | 2dc7ee3894c0918e6718242f7f381a5a39b03fd6 (patch) | |
tree | f5c07716c356bb4bdbc5c00df06ef3d897c2df6a /documentation/ref-manual/classes.rst | |
parent | 022c3a59bff8adae2bb9aa47c4484ef4bce05343 (diff) | |
download | poky-2dc7ee3894c0918e6718242f7f381a5a39b03fd6.tar.gz |
ref-manual/classes.rst: document the testexport class
This class has been in OE-Core for a while but never documented in the
reference manual. Add some description for it and link to the existing
documentation on it.
(From yocto-docs rev: e664a70adb5bc19041b3b5f553fb90dcddff99d0)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 362a331255525fc853dab3af4ec905c417fabb0b)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-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`` |