summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-12-12 12:11:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-18 13:18:55 +0000
commitd59a8b7f463a311c4781acc065ee5ce0575c74bc (patch)
treeaf0da3aff37ce706f0a9d4f4c7457fffd4ddc8fa /documentation
parent401bc1480a4b57e92d955c2aef1c3c00a8e9ab8f (diff)
downloadpoky-d59a8b7f463a311c4781acc065ee5ce0575c74bc.tar.gz
dev-manual: runtime-testing: fix test module name
(From yocto-docs rev: e0f4f67d5e702b6d9c9c7b77896a397221d825d8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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::