]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/migration: Split CPR tests
authorFabiano Rosas <farosas@suse.de>
Wed, 27 Nov 2024 18:29:00 +0000 (15:29 -0300)
committerFabiano Rosas <farosas@suse.de>
Thu, 12 Dec 2024 13:25:41 +0000 (10:25 -0300)
commit44bd87a500dabf65d21b704c9ce61a44e8ff60eb
treec959ab3b1245dc58c94a4f9e4d831b705b9bb2d1
parent8a645544565c14cf1ac1b57ad2ef4f77a9446b7d
tests/qtest/migration: Split CPR tests

Move the mode/reboot test into a separate file to hold all the CPR
tests. Currently there's just one test, but we're adding more CPR
modes and the feature is different enough from live migration that
it's worth it to have a separate file for it.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/meson.build
tests/qtest/migration-test.c
tests/qtest/migration/cpr-tests.c [new file with mode: 0644]
tests/qtest/migration/framework.h