Lines Matching +full:uuid +full:- +full:dev
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.
18 #include "migration/migration-qmp.h"
19 #include "migration/migration-util.h"
21 #define ANALYZE_SCRIPT "scripts/analyze-migration.py"
44 .opts_source = "-uuid 11111111-1111-1111-1111-111111111111", in test_analyze_script()
67 migrate_set_capability(from, "validate-uuid", true); in test_analyze_script()
68 migrate_set_capability(from, "x-ignore-shared", true); in test_analyze_script()
80 open("/dev/null", O_WRONLY); in test_analyze_script()
81 execl(python, python, ANALYZE_SCRIPT, "-f", file, NULL); in test_analyze_script()
142 * UUID validation is at the begin of migration. So, the main process of in do_test_validate_uuid()
146 migrate_set_parameter_int(from, "downtime-limit", 1000000); in do_test_validate_uuid()
147 migrate_set_capability(from, "validate-uuid", true); in do_test_validate_uuid()
167 .opts_source = "-uuid 11111111-1111-1111-1111-111111111111", in test_validate_uuid()
168 .opts_target = "-uuid 11111111-1111-1111-1111-111111111111", in test_validate_uuid()
177 .opts_source = "-uuid 11111111-1111-1111-1111-111111111111", in test_validate_uuid_error()
178 .opts_target = "-uuid 22222222-2222-2222-2222-222222222222", in test_validate_uuid_error()
188 .opts_target = "-uuid 22222222-2222-2222-2222-222222222222", in test_validate_uuid_src_not_set()
198 .opts_source = "-uuid 11111111-1111-1111-1111-111111111111", in test_validate_uuid_dst_not_set()
210 if (migrate_start(&from, &to, args->listen_uri, &args->start)) { in do_test_validate_uri_channel()
221 channels = args->connect_channels ? in do_test_validate_uri_channel()
222 qobject_from_json(args->connect_channels, &error_abort) : in do_test_validate_uri_channel()
224 migrate_qmp_fail(from, args->connect_uri, channels, "{}"); in do_test_validate_uri_channel()
237 .connect_channels = ("[ { ""'channel-type': 'main'," in test_validate_uri_channels_both_set()
262 migration_test_add("/migration/analyze-script", test_analyze_script); in migration_test_add_misc_smoke()
268 tmpfs = env->tmpfs; in migration_test_add_misc()
272 if (!env->full_set) { in migration_test_add_misc()
283 migration_test_add("/migration/ignore-shared", test_ignore_shared); in migration_test_add_misc()