summary refs log tree commit diff stats
path: root/tests/functional/test_sh4_tuxrun.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Remove sleep workarounds from sh4 testCédric Le Goater2024-11-271-7/+3
| | | | | | | | | | | | | These were introduced in the avocado tests to workaround read issues when interacting with console. They are no longer necessary and we can use the expected login string instead. Test always passes now. Remove skipUnless test on QEMU_TEST_FLAKY_TESTS. Signed-off-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20241122141827.2039984-1-clg@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* tests/functional: Convert the Avocado sh4 tuxrun testThomas Huth2024-10-211-0/+57
Move the test into a new file so that it can be run via qemu-system-sh4 in the functional framework. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20241011131937.377223-18-thuth@redhat.com>