Lines Matching full:test
2 * Boot order test cases.
17 * 2. list any changed files in tests/qtest/bios-tables-test-allowed-diff.h
24 * You will also notice that tests/qtest/bios-tables-test-allowed-diff.h lists
48 * tests/qtest/bios-tables-test-allowed-diff.h is empty - this will ensure
52 * - patch 1: list changed files in tests/qtest/bios-tables-test-allowed-diff.h.
55 * tests/qtest/bios-tables-test-allowed-diff.h
73 #define OEM_ID "TEST"
107 static char disk[] = "tests/acpi-test-disk-XXXXXX";
192 /* Load all tables and add to test list directly RSDT referenced tables */ in test_acpi_rxsdt_table()
198 /* Add table to ASL test tables list */ in test_acpi_rxsdt_table()
216 /* Since DSDT/FACS isn't in RSDT, add them to ASL test list manually */ in test_acpi_fadt_table()
442 #include "bios-tables-test-allowed-diff.h" in test_acpi_find_diff_allowed()
455 /* test the list of tables in @data->tables against reference tables */
478 "acpi-test: Warning! %.4s binary file mismatch. " in test_acpi_asl()
480 "See source file tests/qtest/bios-tables-test.c " in test_acpi_asl()
489 * will just 'get binary file mismatch' warnings and test failure in test_acpi_asl()
521 "acpi-test: Warning! %.4s mismatch. " in test_acpi_asl()
869 * Bug on uefi-test-tools to provide entry point: in process_smbios_tables_noexit()
1521 TPMTestState test; in test_acpi_tcg_tpm() local
1531 test.addr = g_new0(SocketAddress, 1); in test_acpi_tcg_tpm()
1532 test.addr->type = SOCKET_ADDRESS_TYPE_UNIX; in test_acpi_tcg_tpm()
1533 test.addr->u.q_unix.path = g_build_filename(tmp_path, "sock", NULL); in test_acpi_tcg_tpm()
1534 g_mutex_init(&test.data_mutex); in test_acpi_tcg_tpm()
1535 g_cond_init(&test.data_cond); in test_acpi_tcg_tpm()
1536 test.data_cond_signal = false; in test_acpi_tcg_tpm()
1537 test.tpm_version = tpm_version; in test_acpi_tcg_tpm()
1539 thread = g_thread_new(NULL, tpm_emu_ctrl_thread, &test); in test_acpi_tcg_tpm()
1540 tpm_emu_test_wait_cond(&test); in test_acpi_tcg_tpm()
1550 test.addr->u.q_unix.path, tpm_if); in test_acpi_tcg_tpm()
1555 g_unlink(test.addr->u.q_unix.path); in test_acpi_tcg_tpm()
1556 qapi_free_SocketAddress(test.addr); in test_acpi_tcg_tpm()
1623 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_memhp()
1718 .cd = "tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2", in test_acpi_riscv64_virt_tcg_numamem()
1744 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_numamem()
1781 "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2," in test_acpi_aarch64_virt_tcg_pxb()
1842 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_acpi_hmat()
1940 /* Test intended to hit corner cases of SRAT and HMAT */
2038 gchar *tmp_path = g_dir_make_tmp("qemu-test-erst.XXXXXX", NULL); in test_acpi_erst()
2068 gchar *tmp_path = g_dir_make_tmp("qemu-test-erst.XXXXXX", NULL); in test_acpi_microvm_acpi_erst()
2096 .cd = "tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2", in test_acpi_riscv64_virt_tcg()
2118 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg()
2139 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_tcg_topology()
2173 gchar *tmp_path = g_dir_make_tmp("qemu-test-cxl.XXXXXX", NULL); in test_acpi_q35_cxl()
2224 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_viot()
2292 test_smbios("-smbios type=11,value=TEST", &data); in test_acpi_pc_smbios_options()
2323 "-smbios type=1,family=TEST", &data); in test_acpi_isapc_smbios_legacy()
2408 .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", in test_acpi_aarch64_virt_oem_fields()