]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional/test_mipsel_malta: Convert the mipsel replay tests
authorThomas Huth <thuth@redhat.com>
Tue, 28 Jan 2025 15:28:37 +0000 (16:28 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 30 Jan 2025 09:51:17 +0000 (10:51 +0100)
commit350a998d856d1a4274acef983c6d443b233b4f33
tree3c5139486649c1011b1d3ca266057faee3429b39
parenta2fe7bb751817f014a357e0234d2c3bfc8f85d10
tests/functional/test_mipsel_malta: Convert the mipsel replay tests

Move the mipsel 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 new, separate file there instead.

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