summary refs log tree commit diff stats
path: root/docs/devel/testing/main.rst
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-04-14 13:30:29 +0200
committerThomas Huth <thuth@redhat.com>2025-04-23 07:51:25 +0200
commit52e9ed6d3ac44424e098333772077a41bb88c4db (patch)
tree27154ef434b16c6894ec151031a0d6fe9c61feff /docs/devel/testing/main.rst
parent5748e464150911127d07c0b7adeea474fd905149 (diff)
downloadfocaccia-qemu-52e9ed6d3ac44424e098333772077a41bb88c4db.tar.gz
focaccia-qemu-52e9ed6d3ac44424e098333772077a41bb88c4db.zip
Remove the remainders of the Avocado tests
Now that all Avocado tests have been converted to or been replaced by
other functional tests, we can delete the remainders of the Avocado
tests from the QEMU source tree.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250414113031.151105-16-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/devel/testing/main.rst')
-rw-r--r--docs/devel/testing/main.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst
index e56da22edf..6b18ed875c 100644
--- a/docs/devel/testing/main.rst
+++ b/docs/devel/testing/main.rst
@@ -919,21 +919,6 @@ Python. You can run the functional tests simply by executing:
 
 See :ref:`checkfunctional-ref` for more details.
 
-Integration tests using the Avocado Framework
----------------------------------------------
-
-The ``tests/avocado`` directory hosts integration tests. They're usually
-higher level tests, and may interact with external resources and with
-various guest operating systems.
-
-You can run the avocado tests simply by executing:
-
-.. code::
-
-  make check-avocado
-
-See :ref:`checkavocado-ref` for more details.
-
 .. _checktcg-ref:
 
 Testing with "make check-tcg"