Skip to content

Commit a6836b6

Browse files
committed
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 <[email protected]> Message-ID: <[email protected]> Reviewed-by: Peter Maydell <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Niek Linnenbank <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent cef6da5 commit a6836b6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/system/arm/bananapi_m2u.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ And then boot it.
125125
126126
$ qemu-system-arm -M bpim2u -nographic -sd sd.img
127127
128-
Banana Pi M2U integration tests
129-
"""""""""""""""""""""""""""""""
128+
Banana Pi M2U functional tests
129+
""""""""""""""""""""""""""""""
130130

131-
The Banana Pi M2U machine has several integration tests included.
131+
The Banana Pi M2U machine has several functional tests included.
132132
To run the whole set of tests, build QEMU from source and simply
133133
provide the following command:
134134

docs/system/arm/orangepi.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@ and set the following environment variables before booting:
252252
Optionally you may save the environment variables to SD card with 'saveenv'.
253253
To continue booting simply give the 'boot' command and NetBSD boots.
254254

255-
Orange Pi PC integration tests
256-
""""""""""""""""""""""""""""""
255+
Orange Pi PC functional tests
256+
"""""""""""""""""""""""""""""
257257

258-
The Orange Pi PC machine has several integration tests included.
258+
The Orange Pi PC machine has several functional tests included.
259259
To run the whole set of tests, build QEMU from source and simply
260260
provide the following command from the build directory:
261261

0 commit comments

Comments
 (0)