aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/reverse_debugging.py
AgeCommit message (Collapse)AuthorFilesLines
5 daystests/functional: Convert reverse_debugging tests to the functional frameworkThomas Huth1-0/+196
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>