summary refs log tree commit diff stats
path: root/tests/functional/test_sparc_replay.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Move sparc/sparc64 tests into target-specific foldersThomas Huth2025-08-271-27/+0
| | | | | | | | | | The tests/functional folder has become quite crowded, thus move the sparc tests into a target-specific subfolder. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250819112403.432587-22-thuth@redhat.com>
* tests/functional: Convert the sparc replay avocado testThomas Huth2025-02-261-0/+27
While we're at it, change the machine from SS-20 to SS-10 to increase the test coverage a little bit (SS-20 is already tested in the test_sparc_sun4m.py file). Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250218152744.228335-4-thuth@redhat.com>