public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
From: michael.opdenacker@bootlin.com
To: docs@lists.yoctoproject.org
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>
Subject: [kirkstone][PATCH 13/18] test-manual: explicit or fix file paths
Date: Mon, 18 Dec 2023 22:44:37 +0100	[thread overview]
Message-ID: <20231218214442.147385-14-michael.opdenacker@bootlin.com> (raw)
In-Reply-To: <20231218214442.147385-1-michael.opdenacker@bootlin.com>

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/test-manual/intro.rst | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index 811dfca4be..d58171fb80 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -271,7 +271,7 @@ Tests map into the codebase as follows:
    -  These tests build an extended SDK (eSDK), install that eSDK, and
       run tests against the eSDK.
 
-   -  The code for these tests resides in ``meta/lib/oeqa/esdk``.
+   -  The code for these tests resides in ``meta/lib/oeqa/sdkext/cases/``.
 
    -  To run the tests, use the following command form::
 
@@ -304,7 +304,7 @@ Tests map into the codebase as follows:
       :yocto_dl:`txt </releases/yocto/yocto-4.3/testresults/buildperf-debian11/perf-debian11_nanbield_20231019191258_15b576c410.txt>`
       examples.
 
-   -  The tests are contained in ``lib/oeqa/buildperf/test_basic.py``.
+   -  The tests are contained in ``meta/lib/oeqa/buildperf/test_basic.py``.
 
 Test Examples
 =============
@@ -312,16 +312,14 @@ Test Examples
 This section provides example tests for each of the tests listed in the
 :ref:`test-manual/intro:How Tests Map to Areas of Code` section.
 
-For oeqa tests, testcases for each area reside in the main test
-directory at ``meta/lib/oeqa/selftest/cases`` directory.
+-  ``oe-selftest`` testcases reside in the ``meta/lib/oeqa/selftest/cases`` directory.
 
-For oe-selftest. bitbake testcases reside in the ``lib/bb/tests/``
-directory.
+-  ``bitbake-selftest`` testcases reside in the ``bitbake/lib/bb/tests/`` directory.
 
 ``bitbake-selftest``
 --------------------
 
-A simple test example from ``lib/bb/tests/data.py`` is::
+A simple test example from ``bitbake/lib/bb/tests/data.py`` is::
 
    class DataExpansions(unittest.TestCase):
       def setUp(self):
-- 
2.34.1



  parent reply	other threads:[~2023-12-18 21:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18 21:44 [kirkstone][PATCH 00/18] Documentation backports michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 01/18] ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 02/18] manuals: fix URL michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 03/18] ref-manual: releases.svg: update nanbield release status michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 04/18] dev-manual: layers: update link to YP Compatible form michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 05/18] contributor-guide: add License-Update tag michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 06/18] contributor-guide: fix command option michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 07/18] docs: add CONVERSION_CMD definition michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 08/18] migration-guides: release 3.5 is actually 4.0 michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 09/18] dev-manual: Discourage the use of SRC_URI[md5sum] michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 10/18] test-manual: text and formatting fixes michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 11/18] test-manual: resource updates michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 12/18] test-manual: add links to python unittest michael.opdenacker
2023-12-18 21:44 ` michael.opdenacker [this message]
2023-12-18 21:44 ` [kirkstone][PATCH 14/18] test-manual: add or improve hyperlinks michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 15/18] manuals: brief-yoctoprojectqs: align variable order with default local.conf michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 16/18] dev-manual: runtime-testing: fix test module name michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 17/18] migration-guides: add release notes for 4.0.15 michael.opdenacker
2023-12-18 21:44 ` [kirkstone][PATCH 18/18] test-manual: use working example michael.opdenacker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231218214442.147385-14-michael.opdenacker@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox