[PATCH v2 6/6] docs/devel: add forward reference to check-tcg

Alex Bennée posted 6 patches 4 years, 11 months ago
[PATCH v2 6/6] docs/devel: add forward reference to check-tcg
Posted by Alex Bennée 4 years, 11 months ago
For completeness reference the check-tcg tests in the container
preamble text.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Thomas Huth <thuth@redhat.com>
---
 docs/devel/testing.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index e43c992f21..3124ee2470 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -289,6 +289,9 @@ an alternative container runtime. Although the many of the target
 names and scripts are prefixed with "docker" the system will
 automatically run on whichever is configured.
 
+The container images are also used to augment the generation of tests
+for testing TCG. See :ref:`checktcg-ref` for more details.
+
 Docker Prerequisites
 --------------------
 
@@ -1011,6 +1014,8 @@ And remove any package you want with::
 If you've used ``make check-acceptance``, the Python virtual environment where
 Avocado is installed will be cleaned up as part of ``make check-clean``.
 
+.. _checktcg-ref:
+
 Testing with "make check-tcg"
 =============================
 
-- 
2.20.1


Re: [PATCH v2 6/6] docs/devel: add forward reference to check-tcg
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
On 2/22/21 11:14 AM, Alex Bennée wrote:
> For completeness reference the check-tcg tests in the container
> preamble text.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Thomas Huth <thuth@redhat.com>
> ---
>  docs/devel/testing.rst | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Re: [PATCH v2 6/6] docs/devel: add forward reference to check-tcg
Posted by Thomas Huth 4 years, 11 months ago
On 22/02/2021 11.14, Alex Bennée wrote:
> For completeness reference the check-tcg tests in the container
> preamble text.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Thomas Huth <thuth@redhat.com>
> ---
>   docs/devel/testing.rst | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index e43c992f21..3124ee2470 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -289,6 +289,9 @@ an alternative container runtime. Although the many of the target
>   names and scripts are prefixed with "docker" the system will
>   automatically run on whichever is configured.
>   
> +The container images are also used to augment the generation of tests
> +for testing TCG. See :ref:`checktcg-ref` for more details.
> +
>   Docker Prerequisites
>   --------------------
>   
> @@ -1011,6 +1014,8 @@ And remove any package you want with::
>   If you've used ``make check-acceptance``, the Python virtual environment where
>   Avocado is installed will be cleaned up as part of ``make check-clean``.
>   
> +.. _checktcg-ref:
> +
>   Testing with "make check-tcg"
>   =============================
>   
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>