summary refs log tree commit diff stats
path: root/tests/functional/test_ppc64_reverse_debug.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Move ppc/ppc64 tests into target-specific foldersThomas Huth2025-08-271-41/+0
| | | | | | | | | The tests/functional folder has become quite crowded, thus move the ppc and ppc64 tests into a target-specific subfolder. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250819112403.432587-17-thuth@redhat.com>
* tests/functional: Convert reverse_debugging tests to the functional frameworkThomas Huth2025-04-231-0/+41
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>