diff options
author | Thomas Huth <thuth@redhat.com> | 2025-03-18 07:14:20 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2025-03-19 07:42:07 +0100 |
commit | a6836b6d49a76b71c43e9571f8bcc6a73b542a77 (patch) | |
tree | 3728cf7de9320151bf2294522bace762752fa39d | |
parent | cef6da5bc9c63871814f544e0af2be22fa60aec3 (diff) | |
download | qemu-a6836b6d49a76b71c43e9571f8bcc6a73b542a77.zip qemu-a6836b6d49a76b71c43e9571f8bcc6a73b542a77.tar.gz qemu-a6836b6d49a76b71c43e9571f8bcc6a73b542a77.tar.bz2 |
docs/system/arm: Use "functional tests" instead of "integration tests"
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>
Message-ID: <20250318061420.20378-1-thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | docs/system/arm/bananapi_m2u.rst | 6 | ||||
-rw-r--r-- | 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 6efa222..03cc561 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 716062f..d81f6c3 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: |