summary refs log tree commit diff stats
path: root/tests/functional/test_mips_replay.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Move mips tests into target-specific foldersThomas Huth2025-08-271-55/+0
| | | | | | | | | | The tests/functional folder has become quite crowded, thus move the mips 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-15-thuth@redhat.com>
* tests/functional: Remove unnecessary import statementsThomas Huth2025-04-231-1/+1
| | | | | | | | | pylint complains about these unnecessary import statements, so let's remove them. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250414145457.261734-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* tests/functional/test_mips_malta: Convert the mips big endian replay testsThomas Huth2025-01-301-0/+55
Move the mips big endian replay tests from tests/avocado/replay_kernel.py to the functional framework. Since the functional tests should be run per target, we cannot stick all replay tests in one file. Thus let's add these tests to a separate file now. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20250128152839.184599-6-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>