[PATCH] docs/system/arm: Use "functional tests" instead of "integration tests"

Thomas Huth posted 1 patch 2 weeks, 1 day ago
docs/system/arm/bananapi_m2u.rst | 6 +++---
docs/system/arm/orangepi.rst     | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
[PATCH] docs/system/arm: Use "functional tests" instead of "integration tests"
Posted by Thomas Huth 2 weeks, 1 day ago
From: Thomas Huth <thuth@redhat.com>

We don't use the term "integration tests" for these kind of tests
anymore, it's "functional tests" nowadays.

Suggested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 docs/system/arm/bananapi_m2u.rst | 6 +++---
 docs/system/arm/orangepi.rst     | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/system/arm/bananapi_m2u.rst b/docs/system/arm/bananapi_m2u.rst
index 6efa222c16f..03cc5618c38 100644
--- a/docs/system/arm/bananapi_m2u.rst
+++ b/docs/system/arm/bananapi_m2u.rst
@@ -125,10 +125,10 @@ And then boot it.
 
   $ qemu-system-arm -M bpim2u -nographic -sd sd.img
 
-Banana Pi M2U integration tests
-"""""""""""""""""""""""""""""""
+Banana Pi M2U functional tests
+""""""""""""""""""""""""""""""
 
-The Banana Pi M2U machine has several integration tests included.
+The Banana Pi M2U machine has several functional tests included.
 To run the whole set of tests, build QEMU from source and simply
 provide the following command:
 
diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst
index 716062fca9c..d81f6c3bfd2 100644
--- a/docs/system/arm/orangepi.rst
+++ b/docs/system/arm/orangepi.rst
@@ -252,10 +252,10 @@ and set the following environment variables before booting:
 Optionally you may save the environment variables to SD card with 'saveenv'.
 To continue booting simply give the 'boot' command and NetBSD boots.
 
-Orange Pi PC integration tests
-""""""""""""""""""""""""""""""
+Orange Pi PC functional tests
+"""""""""""""""""""""""""""""
 
-The Orange Pi PC machine has several integration tests included.
+The Orange Pi PC machine has several functional tests included.
 To run the whole set of tests, build QEMU from source and simply
 provide the following command from the build directory:
 
-- 
2.48.1
Re: [PATCH] docs/system/arm: Use "functional tests" instead of "integration tests"
Posted by Niek Linnenbank 2 weeks ago
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>

On Tue, Mar 18, 2025 at 7:14 AM Thomas Huth <thuth@redhat.com> wrote:

> From: Thomas Huth <thuth@redhat.com>
>
> We don't use the term "integration tests" for these kind of tests
> anymore, it's "functional tests" nowadays.
>
> Suggested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  docs/system/arm/bananapi_m2u.rst | 6 +++---
>  docs/system/arm/orangepi.rst     | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/docs/system/arm/bananapi_m2u.rst
> b/docs/system/arm/bananapi_m2u.rst
> index 6efa222c16f..03cc5618c38 100644
> --- a/docs/system/arm/bananapi_m2u.rst
> +++ b/docs/system/arm/bananapi_m2u.rst
> @@ -125,10 +125,10 @@ And then boot it.
>
>    $ qemu-system-arm -M bpim2u -nographic -sd sd.img
>
> -Banana Pi M2U integration tests
> -"""""""""""""""""""""""""""""""
> +Banana Pi M2U functional tests
> +""""""""""""""""""""""""""""""
>
> -The Banana Pi M2U machine has several integration tests included.
> +The Banana Pi M2U machine has several functional tests included.
>  To run the whole set of tests, build QEMU from source and simply
>  provide the following command:
>
> diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst
> index 716062fca9c..d81f6c3bfd2 100644
> --- a/docs/system/arm/orangepi.rst
> +++ b/docs/system/arm/orangepi.rst
> @@ -252,10 +252,10 @@ and set the following environment variables before
> booting:
>  Optionally you may save the environment variables to SD card with
> 'saveenv'.
>  To continue booting simply give the 'boot' command and NetBSD boots.
>
> -Orange Pi PC integration tests
> -""""""""""""""""""""""""""""""
> +Orange Pi PC functional tests
> +"""""""""""""""""""""""""""""
>
> -The Orange Pi PC machine has several integration tests included.
> +The Orange Pi PC machine has several functional tests included.
>  To run the whole set of tests, build QEMU from source and simply
>  provide the following command from the build directory:
>
> --
> 2.48.1
>
>

-- 
Niek Linnenbank
Re: [PATCH] docs/system/arm: Use "functional tests" instead of "integration tests"
Posted by Philippe Mathieu-Daudé 2 weeks ago
On 18/3/25 07:14, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> We don't use the term "integration tests" for these kind of tests
> anymore, it's "functional tests" nowadays.
> 
> Suggested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   docs/system/arm/bananapi_m2u.rst | 6 +++---
>   docs/system/arm/orangepi.rst     | 6 +++---
>   2 files changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Re: [PATCH] docs/system/arm: Use "functional tests" instead of "integration tests"
Posted by Peter Maydell 2 weeks ago
On Tue, 18 Mar 2025 at 06:14, Thomas Huth <thuth@redhat.com> wrote:
>
> From: Thomas Huth <thuth@redhat.com>
>
> We don't use the term "integration tests" for these kind of tests
> anymore, it's "functional tests" nowadays.
>
> Suggested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  docs/system/arm/bananapi_m2u.rst | 6 +++---
>  docs/system/arm/orangepi.rst     | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>


thanks
-- PMM