summary refs log tree commit diff stats
path: root/tests/functional/ppc64/test_reverse_debug.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Adapt arches to reverse_debugging w/o AvocadoGustavo Romero2025-10-071-9/+6
| | | | | | | | | | | | | reverse_debugging no longer depends on Avocado, so remove the import checks for Avocado, the per-arch endianness tweaks, and the per-arch register settings. All of these are now handled in the ReverseDebugging class, automatically. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Message-ID: <20251003141820.85278-10-gustavo.romero@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
* tests/functional: Move ppc/ppc64 tests into target-specific foldersThomas Huth2025-08-271-0/+41
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>