diff options
| author | Yicong Yang <yangyicong@hisilicon.com> | 2022-12-29 14:55:08 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2023-01-08 01:54:23 -0500 |
| commit | 3cce48d333a6063b72c574c2b27a0f043ca02e33 (patch) | |
| tree | e9d14b195b840cfdc7c324a4da255678fd426e10 | |
| parent | 4396d4bd74ade31f4de9357dca3d87409280c4ac (diff) | |
| download | focaccia-qemu-3cce48d333a6063b72c574c2b27a0f043ca02e33.tar.gz focaccia-qemu-3cce48d333a6063b72c574c2b27a0f043ca02e33.zip | |
tests: virt: Allow changes to PPTT test table
Allow changes to test/data/acpi/virt/PPTT*, prepare to change the building policy of the cluster topology. Reviewed-by: Yanan Wang <wangyanan55@huawei.com> Signed-off-by: Yicong Yang <yangyicong@hisilicon.com> Message-Id: <20221229065513.55652-2-yangyicong@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..fc12cd8c5c 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,3 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/PPTT", +"tests/data/acpi/virt/PPTT.acpihmatvirt", |