summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-12-12 12:11:14 +0100
committerSteve Sakoman <steve@sakoman.com>2023-12-21 06:18:23 -1000
commita41c9ae7aaf2f5df700b04be2b2f0591c8d39956 (patch)
tree481401c177e9ab57a4d5a478267b450938dd1a41 /documentation
parent815ef8ecb3d1c310a53afb54ff16e34b327768bf (diff)
downloadpoky-a41c9ae7aaf2f5df700b04be2b2f0591c8d39956.tar.gz
dev-manual: runtime-testing: fix test module name
(From yocto-docs rev: d2d114ea2ba1994d244ce4af92119158ac1954bf) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/runtime-testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index 205a96cc59..be1e8c02e5 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -453,7 +453,7 @@ layer's ``layer.conf`` file as normal). Just remember the following:
453 directory. 453 directory.
454 454
455To create a new test, start by copying an existing module (e.g. 455To create a new test, start by copying an existing module (e.g.
456``syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use 456``oe_syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use
457code from ``meta/lib/oeqa/utils``, which are helper classes. 457code from ``meta/lib/oeqa/utils``, which are helper classes.
458 458
459.. note:: 459.. note::