mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tests/qtest/migration: Split precopy tests
Split the precopy tests from migration-test.c. This is the largest group of tests and the more difficult one to break into smaller groups, so move all of it. Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
d8057eb305
commit
8a64554456
4 changed files with 1011 additions and 968 deletions
|
@ -339,6 +339,7 @@ migration_files = [files(
|
|||
'migration/migration-util.c',
|
||||
'migration/compression-tests.c',
|
||||
'migration/file-tests.c',
|
||||
'migration/precopy-tests.c',
|
||||
'migration/postcopy-tests.c',
|
||||
)]
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -223,5 +223,6 @@ static inline void migration_test_add_tls(MigrationTestEnv *env) {};
|
|||
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);
|
||||
|
||||
#endif /* TEST_FRAMEWORK_H */
|
||||
|
|
1007
tests/qtest/migration/precopy-tests.c
Normal file
1007
tests/qtest/migration/precopy-tests.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue