summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-11-27 15:19:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:21 +0000
commit8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (patch)
tree0b34a19a12e115e8b63219e5a6aec7a0b58b85bf /documentation/test-manual
parent62c061968c12511dc09ad575caa75f8960ac27cf (diff)
downloadpoky-8faafa99cc9a45c1920ec3ea696a9ec7fb653194.tar.gz
documentation: Simplify yocto_wiki links
The `yocto_wiki` external link directive is modified to include the `/wiki` element of the URL so that we can simplify the links in the text. Note that there are still a couple of places where this directive cannot be used, such as in the table of contents in index.rst. (From yocto-docs rev: d8aa5f93d349f27db3d03a2c4bcc205649f45a8d) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual')
-rw-r--r--documentation/test-manual/test-manual-intro.rst2
-rw-r--r--documentation/test-manual/test-manual-test-process.rst2
-rw-r--r--documentation/test-manual/test-manual-understand-autobuilder.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/test-manual/test-manual-intro.rst b/documentation/test-manual/test-manual-intro.rst
index b6d1305916..cf511e9256 100644
--- a/documentation/test-manual/test-manual-intro.rst
+++ b/documentation/test-manual/test-manual-intro.rst
@@ -144,7 +144,7 @@ thefollowing types of tests:
144 :ref:`Testing Packages With 144 :ref:`Testing Packages With
145 ptest <dev-manual/dev-manual-common-tasks:Testing Packages With ptest>` section 145 ptest <dev-manual/dev-manual-common-tasks:Testing Packages With ptest>` section
146 in the Yocto Project Development Tasks Manual and the 146 in the Yocto Project Development Tasks Manual and the
147 ":yocto_wiki:`Ptest </wiki/Ptest>`" Wiki page for more 147 ":yocto_wiki:`Ptest </Ptest>`" Wiki page for more
148 information on Ptest. 148 information on Ptest.
149 149
150- *SDK Testing:* Image tests initiated through the following command:: 150- *SDK Testing:* Image tests initiated through the following command::
diff --git a/documentation/test-manual/test-manual-test-process.rst b/documentation/test-manual/test-manual-test-process.rst
index 82b9bb441b..bbf0103803 100644
--- a/documentation/test-manual/test-manual-test-process.rst
+++ b/documentation/test-manual/test-manual-test-process.rst
@@ -25,7 +25,7 @@ at: :yocto_ab:`/typhoon/#/console`.
25 25
26Builds are triggered manually when the test branches are ready. The 26Builds are triggered manually when the test branches are ready. The
27builds are monitored by the SWAT team. For additional information, see 27builds are monitored by the SWAT team. For additional information, see
28:yocto_wiki:`/wiki/Yocto_Build_Failure_Swat_Team`. 28:yocto_wiki:`/Yocto_Build_Failure_Swat_Team`.
29If successful, the changes would usually be merged to the ``master`` 29If successful, the changes would usually be merged to the ``master``
30branch. If not successful, someone would respond to the changes on the 30branch. If not successful, someone would respond to the changes on the
31mailing list explaining that there was a failure in testing. The choice 31mailing list explaining that there was a failure in testing. The choice
diff --git a/documentation/test-manual/test-manual-understand-autobuilder.rst b/documentation/test-manual/test-manual-understand-autobuilder.rst
index 698a266eef..ca0c5fd2e0 100644
--- a/documentation/test-manual/test-manual-understand-autobuilder.rst
+++ b/documentation/test-manual/test-manual-understand-autobuilder.rst
@@ -195,7 +195,7 @@ Resulttool is part of OpenEmbedded-Core and is used to manipulate these
195json results files. It has the ability to merge files together, display 195json results files. It has the ability to merge files together, display
196reports of the test results and compare different result files. 196reports of the test results and compare different result files.
197 197
198For details, see :yocto_wiki:`/wiki/Resulttool`. 198For details, see :yocto_wiki:`/Resulttool`.
199 199
200run-config Target Execution 200run-config Target Execution
201=========================== 201===========================