diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-04-14 13:30:29 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-04-23 07:51:25 +0200 |
| commit | 52e9ed6d3ac44424e098333772077a41bb88c4db (patch) | |
| tree | 27154ef434b16c6894ec151031a0d6fe9c61feff /docs/devel/codebase.rst | |
| parent | 5748e464150911127d07c0b7adeea474fd905149 (diff) | |
| download | focaccia-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/codebase.rst')
| -rw-r--r-- | docs/devel/codebase.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/devel/codebase.rst b/docs/devel/codebase.rst index ef98578296..40273e7d31 100644 --- a/docs/devel/codebase.rst +++ b/docs/devel/codebase.rst @@ -175,11 +175,6 @@ yet, so sometimes the source code is all you have. * `tests <https://gitlab.com/qemu-project/qemu/-/tree/master/tests>`_: QEMU `test <testing>` suite - - `avocado <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/avocado>`_: - Functional tests booting full VM using `Avocado framework <checkavocado-ref>`. - Those tests will be transformed and moved into - `tests/functional <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/functional>`_ - in the future. - `data <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/data>`_: Data for various tests. - `decode <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/decode>`_: |