mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
8a64554456
commit
44bd87a500
4 changed files with 61 additions and 33 deletions
|
@ -224,5 +224,6 @@ void migration_test_add_compression(MigrationTestEnv *env);
|
|||
void migration_test_add_postcopy(MigrationTestEnv *env);
|
||||
void migration_test_add_file(MigrationTestEnv *env);
|
||||
void migration_test_add_precopy(MigrationTestEnv *env);
|
||||
void migration_test_add_cpr(MigrationTestEnv *env);
|
||||
|
||||
#endif /* TEST_FRAMEWORK_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue