]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Convert reverse_debugging tests to the functional framework
authorThomas Huth <thuth@redhat.com>
Mon, 14 Apr 2025 11:30:17 +0000 (13:30 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Apr 2025 05:51:25 +0000 (07:51 +0200)
commit951ededf12a89534195cf5c5210242a169a85656
tree0277b67146e05e0993234d714e09434ed0b0243d
parentbc65ae696104c15e52a5e26f225b689e2c2cdba6
tests/functional: Convert reverse_debugging tests to the functional framework

These tests are using the gdb-related library functions from the
Avocado framework which we don't have in the functional framework
yet. So for the time being, keep those imports and skip the test
if the Avocado framework is not installed on the host.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250414113031.151105-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/reverse_debugging.py [moved from tests/avocado/reverse_debugging.py with 66% similarity]
tests/functional/test_aarch64_reverse_debug.py [new file with mode: 0755]
tests/functional/test_ppc64_reverse_debug.py [new file with mode: 0755]
tests/functional/test_x86_64_reverse_debug.py [new file with mode: 0755]