]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Convert the migration avocado test
authorThomas Huth <thuth@redhat.com>
Fri, 3 Jan 2025 07:43:08 +0000 (08:43 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 30 Jan 2025 09:30:36 +0000 (10:30 +0100)
commit092fd6486d78e556c6f3cfb40d5c1855fc0fff32
treefde7baf5271693f542fc0e08633ff7cc0128403a
parent257de641e091f4f5063298b9d717f3f15f8917f2
tests/functional: Convert the migration avocado test

Now that we've got a find_free_port() function in the functional
test framework, we can convert the migration test, too.
While the original avocado test was only meant to run on aarch64,
ppc64 and x86, we can turn this into a more generic test by now
and run it on all architectures that have a machine which ships
with a working firmware. To avoid overlapping with the migration
qtest, we now also test migration on machines that are not covered
by the migration qtest yet.

Acked-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20250103074308.463860-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/avocado/migration.py [deleted file]
tests/functional/meson.build
tests/functional/test_migration.py [new file with mode: 0755]