]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Convert simple avocado tests into standalone python tests
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:06 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 08:52:29 +0000 (10:52 +0200)
commitcce85725f10fbe92481e8314986e69dbe6ca0dd1
tree41628aab187f79508ef35d747fd5f26f354e49fd
parent1497377857ae4f41688f112903387032d939fb6e
tests/functional: Convert simple avocado tests into standalone python tests

These test are rather simple and don't need any modifications apart
from adjusting the "from avocado_qemu" line. To ease debugging, make
the files executable and add a shebang line and Python '__main__'
handling, too, so that these tests can now be run by executing them
directly.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-13-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_cpu_queries.py [moved from tests/avocado/cpu_queries.py with 85% similarity, mode: 0755]
tests/functional/test_empty_cpu_model.py [moved from tests/avocado/empty_cpu_model.py with 84% similarity, mode: 0755]
tests/functional/test_mem_addr_space.py [moved from tests/avocado/mem-addr-space-check.py with 93% similarity, mode: 0755]
tests/functional/test_pc_cpu_hotplug_props.py [moved from tests/avocado/pc_cpu_hotplug_props.py with 90% similarity, mode: 0755]
tests/functional/test_virtio_version.py [moved from tests/avocado/virtio_version.py with 98% similarity, mode: 0755]