All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][master][langdale][kirkstone] common-tasks.rst: fix oeqa runtime test path
@ 2022-11-30 15:15 Mikko Rapeli
  2022-12-01 18:50 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Mikko Rapeli @ 2022-11-30 15:15 UTC (permalink / raw)
  To: docs; +Cc: Mikko Rapeli

It's "runtime/cases" in master and kirkstone.
If layer specific tests are in "runtime" directory,
they will not be found.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 documentation/dev-manual/common-tasks.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index b9c467526a..9bf2a29b9b 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -8876,21 +8876,21 @@ You can start the tests automatically or manually:
 
       bitbake -c testimage image
 
-All test files reside in ``meta/lib/oeqa/runtime`` in the
+All test files reside in ``meta/lib/oeqa/runtime/cases`` in the
 :term:`Source Directory`. A test name maps
 directly to a Python module. Each test module may contain a number of
 individual tests. Tests are usually grouped together by the area tested
-(e.g tests for systemd reside in ``meta/lib/oeqa/runtime/systemd.py``).
+(e.g tests for systemd reside in ``meta/lib/oeqa/runtime/cases/systemd.py``).
 
 You can add tests to any layer provided you place them in the proper
 area and you extend :term:`BBPATH` in
 the ``local.conf`` file as normal. Be sure that tests reside in
-``layer/lib/oeqa/runtime``.
+``layer/lib/oeqa/runtime/cases``.
 
 .. note::
 
    Be sure that module names do not collide with module names used in
-   the default set of test modules in ``meta/lib/oeqa/runtime``.
+   the default set of test modules in ``meta/lib/oeqa/runtime/cases``.
 
 You can change the set of tests run by appending or overriding
 :term:`TEST_SUITES` variable in
@@ -8982,7 +8982,7 @@ Writing New Tests
 As mentioned previously, all new test files need to be in the proper
 place for the build system to find them. New tests for additional
 functionality outside of the core should be added to the layer that adds
-the functionality, in ``layer/lib/oeqa/runtime`` (as long as
+the functionality, in ``layer/lib/oeqa/runtime/cases`` (as long as
 :term:`BBPATH` is extended in the
 layer's ``layer.conf`` file as normal). Just remember the following:
 
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [docs] [PATCH][master][langdale][kirkstone] common-tasks.rst: fix oeqa runtime test path
  2022-11-30 15:15 [PATCH][master][langdale][kirkstone] common-tasks.rst: fix oeqa runtime test path Mikko Rapeli
@ 2022-12-01 18:50 ` Michael Opdenacker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2022-12-01 18:50 UTC (permalink / raw)
  To: Mikko Rapeli; +Cc: docs

Hi Mikko

On 11/30/22 16:15, Mikko Rapeli wrote:
> It's "runtime/cases" in master and kirkstone.
> If layer specific tests are in "runtime" directory,
> they will not be found.
>
> Signed-off-by: Mikko Rapeli<mikko.rapeli@linaro.org>

Thanks for the corrections.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into "master-next", "langdale" and "kirkstone".

Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-01 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 15:15 [PATCH][master][langdale][kirkstone] common-tasks.rst: fix oeqa runtime test path Mikko Rapeli
2022-12-01 18:50 ` [docs] " Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.