diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | 7dc3a0be6f70a3f6549e5bd279cd5521a8f3636b (patch) | |
tree | 5a03074939184ee19f289cc8cfd63f5007078e6e /documentation/ref-manual | |
parent | 5d32fd15c203a7efedd8619e87ad66ac96000091 (diff) | |
download | poky-7dc3a0be6f70a3f6549e5bd279cd5521a8f3636b.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: 362a331255525fc853dab3af4ec905c417fabb0b)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 586930f667..d12b1c56bd 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -2968,6 +2968,22 @@ class assuming :term:`PATCHRESOLVE` is set to "user", the | |||
2968 | :ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all | 2968 | :ref:`ref-classes-cml1` class, and the :ref:`ref-classes-devshell` class all |
2969 | use the :ref:`ref-classes-terminal` class. | 2969 | use the :ref:`ref-classes-terminal` class. |
2970 | 2970 | ||
2971 | .. _ref-classes-testexport: | ||
2972 | |||
2973 | ``testexport`` | ||
2974 | ============== | ||
2975 | |||
2976 | Based on the :ref:`ref-classes-testimage` class, the | ||
2977 | :ref:`ref-classes-testexport` class can be used to export the test environment | ||
2978 | outside of the :term:`OpenEmbedded Build System`. This will generate the | ||
2979 | directory structure to execute the runtime tests using the | ||
2980 | :oe_git:`runexported.py </openembedded-core/tree/meta/lib/oeqa/runexported.py>` | ||
2981 | Python script. | ||
2982 | |||
2983 | For more details on how to use :ref:`ref-classes-testexport`, see | ||
2984 | the :ref:`test-manual/runtime-testing:Exporting Tests` section in the Yocto | ||
2985 | Project Test Environment Manual. | ||
2986 | |||
2971 | .. _ref-classes-testimage: | 2987 | .. _ref-classes-testimage: |
2972 | 2988 | ||
2973 | ``testimage`` | 2989 | ``testimage`` |