summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
diff options
context:
space:
mode:
authorLaurent Vivier2021-03-23 17:53:06 +0100
committerAlex Bennée2021-03-24 15:25:48 +0100
commit7033f1fd1c6eff6c7ec11642b8a9f2f3ad19129e (patch)
treea737176b16ece0afaa2fd909ae0f64235e222704 /tests/qemu-iotests
parentiotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182" (diff)
downloadqemu-7033f1fd1c6eff6c7ec11642b8a9f2f3ad19129e.tar.gz
qemu-7033f1fd1c6eff6c7ec11642b8a9f2f3ad19129e.tar.xz
qemu-7033f1fd1c6eff6c7ec11642b8a9f2f3ad19129e.zip
iotests: test m68k with the virt machine
This allows to cover the virtio tests with a 32bit big-endian virtio-mmio machine. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20210319202335.2397060-6-laurent@vivier.eu> Message-Id: <20210323165308.15244-21-alex.bennee@linaro.org>
Diffstat (limited to 'tests/qemu-iotests')
-rw-r--r--tests/qemu-iotests/testenv.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/testenv.py b/tests/qemu-iotests/testenv.py
index 1fbec854c1..6d27712617 100644
--- a/tests/qemu-iotests/testenv.py
+++ b/tests/qemu-iotests/testenv.py
@@ -208,6 +208,7 @@ class TestEnv(ContextManager['TestEnv']):
('arm', 'virt'),
('aarch64', 'virt'),
('avr', 'mega2560'),
+ ('m68k', 'virt'),
('rx', 'gdbsim-r5f562n8'),
('tricore', 'tricore_testboard')
)