]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional/test_mips64el_malta: Convert the mips64el replay tests
authorThomas Huth <thuth@redhat.com>
Tue, 28 Jan 2025 15:28:38 +0000 (16:28 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 30 Jan 2025 09:51:20 +0000 (10:51 +0100)
commitf348229ec7e7019c93a66754e363bcb4977b9024
tree3724dcec62fe5ea09cb018e76b33ec698d2a705d
parent350a998d856d1a4274acef983c6d443b233b4f33
tests/functional/test_mips64el_malta: Convert the mips64el replay tests

Move the mips64el 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 there now.

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