On 25/3/25 21:00, Thomas Huth wrote:
From: Thomas Huth <th...@redhat.com>
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.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
MAINTAINERS | 8 +-
docs/about/build-platforms.rst | 10 +-
docs/devel/build-system.rst | 11 +-
docs/devel/codebase.rst | 5 -
docs/devel/testing/avocado.rst | 581 ------------------------
docs/devel/testing/functional.rst | 3 -
docs/devel/testing/index.rst | 1 -
docs/devel/testing/main.rst | 15 -
tests/avocado/README.rst | 10 -
configure | 2 +-
pythondeps.toml | 8 +-
tests/Makefile.include | 60 +--
tests/avocado/avocado_qemu/__init__.py | 424 -----------------
tests/avocado/avocado_qemu/linuxtest.py | 253 -----------
14 files changed, 16 insertions(+), 1375 deletions(-)
delete mode 100644 docs/devel/testing/avocado.rst
delete mode 100644 tests/avocado/README.rst
delete mode 100644 tests/avocado/avocado_qemu/__init__.py
delete mode 100644 tests/avocado/avocado_qemu/linuxtest.py
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Thanks a lot Thomas for this huge effort of converting from Avocado
to the simpler functional framework... Sincerely appreciated!