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:14:00 -1000
commit4a7f8470c278cc2c32ee996dd74d95e322f68320 (patch)
treee600906e3cdc8e0a2ccdbd251257b535ff601063 /documentation
parent9b7cc27c3987e83e20ed810a6c6dfe3aaa3a038f (diff)
downloadpoky-4a7f8470c278cc2c32ee996dd74d95e322f68320.tar.gz
dev-manual: runtime-testing: fix test module name
(From yocto-docs rev: 15a5a6de535db637abe15c24b6d6d9d1e0fb444e) 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 af3fe2c1dd..b9aa6759d1 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -459,7 +459,7 @@ layer's ``layer.conf`` file as normal). Just remember the following:
459 directory. 459 directory.
460 460
461To create a new test, start by copying an existing module (e.g. 461To create a new test, start by copying an existing module (e.g.
462``syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use 462``oe_syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use
463code from ``meta/lib/oeqa/utils``, which are helper classes. 463code from ``meta/lib/oeqa/utils``, which are helper classes.
464 464
465.. note:: 465.. note::