diff options
-rw-r--r-- | documentation/test-manual/ptest.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/test-manual/ptest.rst b/documentation/test-manual/ptest.rst index dea1bad23b..2c021af515 100644 --- a/documentation/test-manual/ptest.rst +++ b/documentation/test-manual/ptest.rst | |||
@@ -61,6 +61,20 @@ test. Here is what you have to do for each recipe: | |||
61 | 61 | ||
62 | inherit ptest | 62 | inherit ptest |
63 | 63 | ||
64 | .. note:: | ||
65 | |||
66 | Classes for common frameworks already exist in :term:`OpenEmbedded-Core | ||
67 | (OE-Core)`, such as: | ||
68 | |||
69 | - :oe_git:`go-ptest </openembedded-core/tree/meta/classes-recipe/go-ptest.bbclass>` | ||
70 | - :ref:`ref-classes-ptest-cargo` | ||
71 | - :ref:`ref-classes-ptest-gnome` | ||
72 | - :oe_git:`ptest-perl </openembedded-core/tree/meta/classes-recipe/ptest-perl.bbclass>` | ||
73 | - :oe_git:`ptest-python-pytest </openembedded-core/tree/meta/classes-recipe/ptest-python-pytest.bbclass>` | ||
74 | |||
75 | Inheriting these classes with the ``inherit`` keyword in your recipe will | ||
76 | make the next steps automatic. | ||
77 | |||
64 | - *Create run-ptest:* This script starts your test. Locate the | 78 | - *Create run-ptest:* This script starts your test. Locate the |
65 | script where you will refer to it using | 79 | script where you will refer to it using |
66 | :term:`SRC_URI`. Here is an | 80 | :term:`SRC_URI`. Here is an |