Lines Matching +full:migration +full:- +full:test
2 * QTest testcases for postcopy migration
4 * Copyright (c) 2016-2018 Red Hat, Inc. and/or its affiliates
5 * based on the vhost-user-test.c that is:
9 * See the COPYING file in the top-level directory.
15 #include "migration/framework.h"
16 #include "migration/migration-util.h"
88 if (env->has_uffd) { in migration_test_add_postcopy_smoke()
89 migration_test_add("/migration/postcopy/plain", test_postcopy); in migration_test_add_postcopy_smoke()
90 migration_test_add("/migration/postcopy/recovery/plain", in migration_test_add_postcopy_smoke()
92 migration_test_add("/migration/postcopy/preempt/plain", in migration_test_add_postcopy_smoke()
124 if (!env->full_set) { in migration_test_add_postcopy()
128 if (env->has_uffd) { in migration_test_add_postcopy()
129 migration_test_add("/migration/postcopy/preempt/recovery/plain", in migration_test_add_postcopy()
133 "/migration/postcopy/recovery/double-failures/handshake", in migration_test_add_postcopy()
137 "/migration/postcopy/recovery/double-failures/reconnect", in migration_test_add_postcopy()
140 migration_test_add("/migration/multifd+postcopy/plain", in migration_test_add_postcopy()
142 migration_test_add("/migration/multifd+postcopy/preempt/plain", in migration_test_add_postcopy()
144 if (env->is_x86) { in migration_test_add_postcopy()
145 migration_test_add("/migration/postcopy/suspend", in migration_test_add_postcopy()