aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-09-17 21:43:50 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-09-20 10:05:00 +0300
commitfd7294335c9ce7f9cb5e4b5e3b3148d9e8cce3bd (patch)
tree38124d03765f4ffe99c2164c7ba829861c3b8f09 /tests
parent798f35fc883c8beb3fe2fca2e00c697e2d307223 (diff)
downloadqemu-fd7294335c9ce7f9cb5e4b5e3b3148d9e8cce3bd.zip
qemu-fd7294335c9ce7f9cb5e4b5e3b3148d9e8cce3bd.tar.gz
qemu-fd7294335c9ce7f9cb5e4b5e3b3148d9e8cce3bd.tar.bz2
tests/qemu-iotests/testenv: Use the "r2d" machine for sh4/sh4eb
Commit 0ea0538fae516f9b4 removed the default machine of the sh4 binaries, so a lot of iotests are failing now without such a default machine. Teach the iotest harness to use the "r2d" machine instead to fix this problem. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests')
-rw-r--r--tests/qemu-iotests/testenv.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemu-iotests/testenv.py b/tests/qemu-iotests/testenv.py
index 0b32eec..6326e46 100644
--- a/tests/qemu-iotests/testenv.py
+++ b/tests/qemu-iotests/testenv.py
@@ -244,6 +244,8 @@ class TestEnv(ContextManager['TestEnv']):
('riscv32', 'virt'),
('riscv64', 'virt'),
('rx', 'gdbsim-r5f562n8'),
+ ('sh4', 'r2d'),
+ ('sh4eb', 'r2d'),
('tricore', 'tricore_testboard')
)
for suffix, machine in machine_map: