summary refs log tree commit diff stats
path: root/tests/functional/test_arm_realview.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Move arm tests into architecture specific folderThomas Huth2025-08-271-47/+0
| | | | | | | | | The tests/functional folder has become quite crowded, thus move the arm 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-8-thuth@redhat.com>
* tests/functional: Add a test for the realview-eb-mpcore machineThomas Huth2025-06-121-0/+47
Check that we can boot a Linux kernel here and that we can at least send one ping network packet. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-id: 20250603101526.21217-1-thuth@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>