summary refs log tree commit diff stats
path: root/tests/functional/test_mips_tuxrun.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Move mips tests into target-specific foldersThomas Huth2025-08-271-36/+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: update the mips32 tuxrun testsAlex Bennée2025-01-101-4/+4
| | | | | | | | | | Now there are new up to date images available we should update to them. Cc: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250108121054.1126164-5-alex.bennee@linaro.org>
* tests/functional: Convert the Avocado mips tuxrun testThomas Huth2024-10-211-0/+36
Move the test into a new file so that it can be run via qemu-system-mips in the functional framework. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20241011131937.377223-12-thuth@redhat.com>