summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commit9e35603c1244777e278f57c9634d1a5727cf799f (patch)
tree0c2a882d5380cfc59f9e2193fc5219ca5afd9c45 /documentation
parent097d0c9f04353866302efebcdd0b497c2b89cabb (diff)
downloadpoky-9e35603c1244777e278f57c9634d1a5727cf799f.tar.gz
test-manual: remove 'test-manual' from filenames
All filenames duplicate the 'manual name', which is not needed, and make all references longer than they should. Rename all files to be as consise as possible, and fix all references (From yocto-docs rev: 1b1f2fbd9283ba53c74ea4231ab4391627eb4187) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.rst2
-rw-r--r--documentation/test-manual/index.rst6
-rw-r--r--documentation/test-manual/intro.rst (renamed from documentation/test-manual/test-manual-intro.rst)2
-rw-r--r--documentation/test-manual/test-process.rst (renamed from documentation/test-manual/test-manual-test-process.rst)0
-rw-r--r--documentation/test-manual/understand-autobuilder.rst (renamed from documentation/test-manual/test-manual-understand-autobuilder.rst)12
5 files changed, 11 insertions, 11 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst
index 637d57abb9..d6488c6211 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.rst
+++ b/documentation/overview-manual/overview-manual-yp-intro.rst
@@ -392,7 +392,7 @@ activities using the Yocto Project:
392 benefit of the development community. 392 benefit of the development community.
393 393
394 You can learn more about the AutoBuilder used by the Yocto Project 394 You can learn more about the AutoBuilder used by the Yocto Project
395 Autobuilder :doc:`here </test-manual/test-manual-understand-autobuilder>`. 395 Autobuilder :doc:`here </test-manual/understand-autobuilder>`.
396 396
397- *Cross-Prelink:* Prelinking is the process of pre-computing the load 397- *Cross-Prelink:* Prelinking is the process of pre-computing the load
398 addresses and link tables generated by the dynamic linker as compared 398 addresses and link tables generated by the dynamic linker as compared
diff --git a/documentation/test-manual/index.rst b/documentation/test-manual/index.rst
index 2891f06d81..e2198c4c39 100644
--- a/documentation/test-manual/index.rst
+++ b/documentation/test-manual/index.rst
@@ -10,9 +10,9 @@ Yocto Project Test Environment Manual
10 :caption: Table of Contents 10 :caption: Table of Contents
11 :numbered: 11 :numbered:
12 12
13 test-manual-intro 13 intro
14 test-manual-test-process 14 test-process
15 test-manual-understand-autobuilder 15 understand-autobuilder
16 history 16 history
17 17
18.. include:: /boilerplate.rst 18.. include:: /boilerplate.rst
diff --git a/documentation/test-manual/test-manual-intro.rst b/documentation/test-manual/intro.rst
index b41972084b..6168ad7700 100644
--- a/documentation/test-manual/test-manual-intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -310,7 +310,7 @@ Test Examples
310============= 310=============
311 311
312This section provides example tests for each of the tests listed in the 312This section provides example tests for each of the tests listed in the
313:ref:`test-manual/test-manual-intro:How Tests Map to Areas of Code` section. 313:ref:`test-manual/intro:How Tests Map to Areas of Code` section.
314 314
315For oeqa tests, testcases for each area reside in the main test 315For oeqa tests, testcases for each area reside in the main test
316directory at ``meta/lib/oeqa/selftest/cases`` directory. 316directory at ``meta/lib/oeqa/selftest/cases`` directory.
diff --git a/documentation/test-manual/test-manual-test-process.rst b/documentation/test-manual/test-process.rst
index 8a5e29d922..8a5e29d922 100644
--- a/documentation/test-manual/test-manual-test-process.rst
+++ b/documentation/test-manual/test-process.rst
diff --git a/documentation/test-manual/test-manual-understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst
index ca0c5fd2e0..199cc97a85 100644
--- a/documentation/test-manual/test-manual-understand-autobuilder.rst
+++ b/documentation/test-manual/understand-autobuilder.rst
@@ -84,7 +84,7 @@ roughly consist of:
84 84
85 This cleans out any previous build. Old builds are left around to 85 This cleans out any previous build. Old builds are left around to
86 allow easier debugging of failed builds. For additional information, 86 allow easier debugging of failed builds. For additional information,
87 see :ref:`test-manual/test-manual-understand-autobuilder:clobberdir`. 87 see :ref:`test-manual/understand-autobuilder:clobberdir`.
88 88
89#. *Obtain yocto-autobuilder-helper* 89#. *Obtain yocto-autobuilder-helper*
90 90
@@ -108,7 +108,7 @@ roughly consist of:
108 from the ``layerinfo.json`` file to help understand the 108 from the ``layerinfo.json`` file to help understand the
109 configuration. It will also use a local cache of repositories to 109 configuration. It will also use a local cache of repositories to
110 speed up the clone checkouts. For additional information, see 110 speed up the clone checkouts. For additional information, see
111 :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Clone Cache`. 111 :ref:`test-manual/understand-autobuilder:Autobuilder Clone Cache`.
112 112
113 This step has two possible modes of operation. If the build is part 113 This step has two possible modes of operation. If the build is part
114 of a parent build, its possible that all the repositories needed may 114 of a parent build, its possible that all the repositories needed may
@@ -147,7 +147,7 @@ special script that moves files to a special location, rather than
147deleting them. Files in this location are deleted by an ``rm`` command, 147deleting them. Files in this location are deleted by an ``rm`` command,
148which is run under ``ionice -c 3``. For example, the deletion only 148which is run under ``ionice -c 3``. For example, the deletion only
149happens when there is idle IO capacity on the Worker. The Autobuilder 149happens when there is idle IO capacity on the Worker. The Autobuilder
150Worker Janitor runs this deletion. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. 150Worker Janitor runs this deletion. See :ref:`test-manual/understand-autobuilder:Autobuilder Worker Janitor`.
151 151
152Autobuilder Clone Cache 152Autobuilder Clone Cache
153----------------------- 153-----------------------
@@ -157,13 +157,13 @@ on the Autobuilder. We therefore have a stash of commonly used
157repositories pre-cloned on the Workers. Data is fetched from these 157repositories pre-cloned on the Workers. Data is fetched from these
158during clones first, then "topped up" with later revisions from any 158during clones first, then "topped up" with later revisions from any
159upstream when necessary. The cache is maintained by the Autobuilder 159upstream when necessary. The cache is maintained by the Autobuilder
160Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`. 160Worker Janitor. See :ref:`test-manual/understand-autobuilder:Autobuilder Worker Janitor`.
161 161
162Autobuilder Worker Janitor 162Autobuilder Worker Janitor
163-------------------------- 163--------------------------
164 164
165This is a process running on each Worker that performs two basic 165This is a process running on each Worker that performs two basic
166operations, including background file deletion at IO idle (see :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Target Execution Overview`: Run clobberdir) and 166operations, including background file deletion at IO idle (see :ref:`test-manual/understand-autobuilder:Autobuilder Target Execution Overview`: Run clobberdir) and
167maintainenance of a cache of cloned repositories to improve the speed 167maintainenance of a cache of cloned repositories to improve the speed
168the system can checkout repositories. 168the system can checkout repositories.
169 169
@@ -243,7 +243,7 @@ of post-build steps, including:
243 generated to the remote server. 243 generated to the remote server.
244 244
245#. Cleanup the build directory using 245#. Cleanup the build directory using
246 :ref:`test-manual/test-manual-understand-autobuilder:clobberdir` if the build was successful, 246 :ref:`test-manual/understand-autobuilder:clobberdir` if the build was successful,
247 else rename it to "build-renamed" for potential future debugging. 247 else rename it to "build-renamed" for potential future debugging.
248 248
249Deploying Yocto Autobuilder 249Deploying Yocto Autobuilder