Lines Matching +full:migration +full:- +full:test
2 * QTest testcase for TPM CRB talking to external swtpm and swtpm migration
5 * with parts borrowed from migration-test.c that is:
6 * Copyright (c) 2016-2018 Red Hat, Inc. and/or its affiliates
12 * See the COPYING file in the top-level directory.
19 #include "tpm-tests.h"
32 tpm_test_swtpm_test(ts->src_tpm_path, tpm_util_crb_transfer, in tpm_crb_swtpm_test()
33 "tpm-crb", NULL); in tpm_crb_swtpm_test()
40 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_crb_swtpm_migration_test()
41 tpm_util_crb_transfer, "tpm-crb", NULL); in tpm_crb_swtpm_migration_test()
49 ts.src_tpm_path = g_dir_make_tmp("qemu-tpm-crb-swtpm-test.XXXXXX", NULL); in main()
50 ts.dst_tpm_path = g_dir_make_tmp("qemu-tpm-crb-swtpm-test.XXXXXX", NULL); in main()
56 qtest_add_data_func("/tpm/crb-swtpm/test", &ts, tpm_crb_swtpm_test); in main()
57 qtest_add_data_func("/tpm/crb-swtpm-migration/test", &ts, in main()