]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional/test_mips_malta: Convert the mips big endian replay tests
authorThomas Huth <thuth@redhat.com>
Tue, 28 Jan 2025 15:28:39 +0000 (16:28 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 30 Jan 2025 09:51:24 +0000 (10:51 +0100)
commitf194f0cab092f976c80e2ec226aa20fb9c35cb1f
tree96933472cbdcd7f7b37bdf5d3003ed287b88ea53
parentf348229ec7e7019c93a66754e363bcb4977b9024
tests/functional/test_mips_malta: Convert the mips big endian replay tests

Move the mips big endian replay tests from tests/avocado/replay_kernel.py
to the functional framework. Since the functional tests should be run per
target, we cannot stick all replay tests in one file. Thus let's add
these tests to a separate file now.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250128152839.184599-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/replay_kernel.py
tests/functional/meson.build
tests/functional/test_mips_replay.py [new file with mode: 0755]