diff options
| author | Fabiano Rosas <farosas@suse.de> | 2024-11-27 15:28:57 -0300 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2024-12-12 10:25:41 -0300 |
| commit | 5e87cf322f98e4b791fdcbe1d35eafd14036dba9 (patch) | |
| tree | da93d02182115643490b18887b6989615f2591ed /tests/qtest/migration/framework.h | |
| parent | 932f74f3fe6ef6b17a642f91bed1ac76350e363c (diff) | |
| download | focaccia-qemu-5e87cf322f98e4b791fdcbe1d35eafd14036dba9.tar.gz focaccia-qemu-5e87cf322f98e4b791fdcbe1d35eafd14036dba9.zip | |
tests/qtest/migration: Split postcopy tests
Split the next group of tests from migration-test.c, the postcopy tests. This is another well-defined group of tests and postcopy is a unique enough feature that it deserves it's own file. Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'tests/qtest/migration/framework.h')
| -rw-r--r-- | tests/qtest/migration/framework.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/migration/framework.h b/tests/qtest/migration/framework.h index bc978d4c1c..1ac3aea4b2 100644 --- a/tests/qtest/migration/framework.h +++ b/tests/qtest/migration/framework.h @@ -221,5 +221,6 @@ void migration_test_add_tls(MigrationTestEnv *env); static inline void migration_test_add_tls(MigrationTestEnv *env) {}; #endif void migration_test_add_compression(MigrationTestEnv *env); +void migration_test_add_postcopy(MigrationTestEnv *env); #endif /* TEST_FRAMEWORK_H */ |