aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/test_m68k_replay.py
AgeCommit message (Collapse)AuthorFilesLines
2025-05-25tests/functional: use 'none' audio driver for q800 testsVolker Rümelin1-1/+2
Since commit ac13a6b3fd ("audio: add Apple Sound Chip (ASC) emulation") the Quadra 800 machine has an audio device. It is not guaranteed that the default audio driver of the audio subsystem will work correctly on all host systems. Therefore, the 'none' audio driver should be used in all q800 tests. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2812 Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-Id: <20250515054429.7385-1-vr_qemu@t-online.de>
2025-02-26tests/functional: Convert the m68k replay avocado testsThomas Huth1-0/+42
Put the tests into a separate file now (since in the functional framework, each file is run with one specific qemu-system-* binary). Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250218152744.228335-9-thuth@redhat.com>