summary refs log tree commit diff stats
path: root/tests/functional/test_x86_cpu_model_versions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Move x86_64 tests into target-specific folderThomas Huth2025-08-271-249/+0
| | | | | | | | | The tests/functional folder has become quite crowded, thus move the x86_64 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-23-thuth@redhat.com>
* tests/functional: test_x86_cpu_model_versions: remove dead testsPaolo Bonzini2025-07-141-98/+12
| | | | | | | | Tests that require machines older than 4.2 are now unconditionally skipped. Remove them if they test legacy behavior, or use the latest machine if they test current behavior. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* tests/functional: Convert the x86_cpu_model_versions testThomas Huth2024-09-041-0/+335
Nothing thrilling in here, it's just a straight forward conversion. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240830133841.142644-22-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>