diff options
author | Jérémy Rosen <jeremy.rosen@smile.fr> | 2023-10-10 15:51:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-20 15:07:07 +0100 |
commit | f35420ba71159c5e4cf51b8408f8bfd97be80115 (patch) | |
tree | 2a4056807fb80f4da77785a956beaf820ba1c811 /documentation/ref-manual/classes.rst | |
parent | fc0e384d191494216c1d566f4677e0510d3103c2 (diff) | |
download | poky-f35420ba71159c5e4cf51b8408f8bfd97be80115.tar.gz |
ref-manual: Add documentation for the unimplemented-ptest QA warning
(From yocto-docs rev: d90106ff2d905e457659acdb65a91ce5dcfdd05e)
Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 3f0d4844e8..c7a5e9a63a 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1480,6 +1480,9 @@ Here are the tests you can list with the :term:`WARN_QA` and | |||
1480 | also inherits :ref:`ref-classes-features_check` in order for the | 1480 | also inherits :ref:`ref-classes-features_check` in order for the |
1481 | requirement to actually work. | 1481 | requirement to actually work. |
1482 | 1482 | ||
1483 | - ``unimplemented-ptest:`` Checks that ptests are implemented for upstream | ||
1484 | tests. | ||
1485 | |||
1483 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying | 1486 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying |
1484 | for a package are also declared on the recipe level (i.e. any license | 1487 | for a package are also declared on the recipe level (i.e. any license |
1485 | in ``LICENSE:*`` should appear in :term:`LICENSE`). | 1488 | in ``LICENSE:*`` should appear in :term:`LICENSE`). |