diff options
| author | Fabiano Rosas <farosas@suse.de> | 2024-11-27 15:29:00 -0300 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2024-12-12 10:25:41 -0300 |
| commit | 44bd87a500dabf65d21b704c9ce61a44e8ff60eb (patch) | |
| tree | c959ab3b1245dc58c94a4f9e4d831b705b9bb2d1 /tests/qtest/migration/framework.h | |
| parent | 8a645544565c14cf1ac1b57ad2ef4f77a9446b7d (diff) | |
| download | focaccia-qemu-44bd87a500dabf65d21b704c9ce61a44e8ff60eb.tar.gz focaccia-qemu-44bd87a500dabf65d21b704c9ce61a44e8ff60eb.zip | |
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>
Diffstat (limited to '')
| -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 52c715781f..b264be76eb 100644 --- a/tests/qtest/migration/framework.h +++ b/tests/qtest/migration/framework.h @@ -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 */ |