]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/system: Fix the information on how to run certain functional tests
authorThomas Huth <thuth@redhat.com>
Tue, 11 Mar 2025 16:08:47 +0000 (17:08 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 12 Mar 2025 17:17:38 +0000 (18:17 +0100)
The tests have been converted to the functional framework, so
we should not talk about Avocado here anymore.

Fixes: f7d6b772200 ("tests/functional: Convert BananaPi tests to the functional framework")
Fixes: 380f7268b7b ("tests/functional: Convert the OrangePi tests to the functional framework")
Fixes: 4c0a2df81c9 ("tests/functional: Convert some tests that download files via fetch_asset()")
Message-ID: <20250311160847.388670-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/system/arm/bananapi_m2u.rst
docs/system/arm/orangepi.rst
docs/system/devices/igb.rst

index 587b4886553470c2fa92b9cfad929e7c1ddc56e8..d30db8d04c36242e4a8f4de119778983b2bb0c3a 100644 (file)
@@ -135,6 +135,5 @@ provide the following command:
 .. code-block:: bash
 
   $ cd qemu-build-dir
-  $ AVOCADO_ALLOW_LARGE_STORAGE=yes tests/venv/bin/avocado \
-    --verbose --show=app,console run -t machine:bpim2u \
-    ../tests/avocado/boot_linux_console.py
+  $ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
+    meson test --suite thorough func-arm-arm_bpim2u
index db87e81fec40b5d41c50fbb1aaf3fbe07ab7f77c..8b9448ca7b0a9827fec4d25de94eb32f1f2215c3 100644 (file)
@@ -257,9 +257,9 @@ Orange Pi PC integration tests
 
 The Orange Pi PC machine has several integration tests included.
 To run the whole set of tests, build QEMU from source and simply
-provide the following command:
+provide the following command from the build directory:
 
 .. code-block:: bash
 
-  $ AVOCADO_ALLOW_LARGE_STORAGE=yes avocado --show=app,console run \
-     -t machine:orangepi-pc tests/avocado/boot_linux_console.py
+  $ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
+    meson test --suite thorough func-arm-arm_orangepi
index 04e79dfe549795882ce57fb589df8da978d37ce6..9145af5c757c4f9c027bca99c37ba6c1db546087 100644 (file)
@@ -57,11 +57,11 @@ directory:
   meson test qtest-x86_64/qos-test
 
 ethtool can test register accesses, interrupts, etc. It is automated as an
-Avocado test and can be ran with the following command:
+functional test and can be ran with the following command:
 
 .. code:: shell
 
-  make check-avocado AVOCADO_TESTS=tests/avocado/netdev-ethtool.py
+  meson test --suite thorough func-x86_64-netdev_ethtool
 
 References
 ==========