Lines Matching +full:migration +full:- +full:test
3 * migration
6 * with parts borrowed from migration-test.c that is:
7 * Copyright (c) 2016-2018 Red Hat, Inc. and/or its affiliates
13 * See the COPYING file in the top-level directory.
20 #include "tpm-tests.h"
21 #include "tpm-tis-util.h"
25 #define MACHINE_OPTIONS "-machine virt,gic-version=max -accel tcg"
37 tpm_test_swtpm_test(ts->src_tpm_path, tpm_tis_transfer, in tpm_tis_swtpm_test()
38 "tpm-tis-device", MACHINE_OPTIONS); in tpm_tis_swtpm_test()
45 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_tis_swtpm_migration_test()
46 tpm_tis_transfer, "tpm-tis-device", in tpm_tis_swtpm_migration_test()
55 ts.src_tpm_path = g_dir_make_tmp("qemu-tpm-tis-device-swtpm-test.XXXXXX", in main()
57 ts.dst_tpm_path = g_dir_make_tmp("qemu-tpm-tis-device-swtpm-test.XXXXXX", in main()
64 qtest_add_data_func("/tpm/tis-swtpm/test", &ts, tpm_tis_swtpm_test); in main()
65 qtest_add_data_func("/tpm/tis-swtpm-migration/test", &ts, in main()