Skip to content

Commit 15ef93d

Browse files
committed
docs/system: Fix the information on how to run certain functional tests
The tests have been converted to the functional framework, so we should not talk about Avocado here anymore. Fixes: f7d6b77 ("tests/functional: Convert BananaPi tests to the functional framework") Fixes: 380f726 ("tests/functional: Convert the OrangePi tests to the functional framework") Fixes: 4c0a2df ("tests/functional: Convert some tests that download files via fetch_asset()") Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 8c63f9a commit 15ef93d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/system/arm/bananapi_m2u.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,5 @@ provide the following command:
135135
.. code-block:: bash
136136
137137
$ cd qemu-build-dir
138-
$ AVOCADO_ALLOW_LARGE_STORAGE=yes tests/venv/bin/avocado \
139-
--verbose --show=app,console run -t machine:bpim2u \
140-
../tests/avocado/boot_linux_console.py
138+
$ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
139+
meson test --suite thorough func-arm-arm_bpim2u

docs/system/arm/orangepi.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ Orange Pi PC integration tests
257257

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

262262
.. code-block:: bash
263263
264-
$ AVOCADO_ALLOW_LARGE_STORAGE=yes avocado --show=app,console run \
265-
-t machine:orangepi-pc tests/avocado/boot_linux_console.py
264+
$ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
265+
meson test --suite thorough func-arm-arm_orangepi

docs/system/devices/igb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ directory:
5757
meson test qtest-x86_64/qos-test
5858
5959
ethtool can test register accesses, interrupts, etc. It is automated as an
60-
Avocado test and can be ran with the following command:
60+
functional test and can be ran with the following command:
6161

6262
.. code:: shell
6363
64-
make check-avocado AVOCADO_TESTS=tests/avocado/netdev-ethtool.py
64+
meson test --suite thorough func-x86_64-netdev_ethtool
6565
6666
References
6767
==========

0 commit comments

Comments
 (0)