26 lines
905 B
Diff
26 lines
905 B
Diff
|
|
From 3402740cb4f6d6b9baabfde0a7667b4990b010a5 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Kunkun Jiang <jiangkunkun@huawei.com>
|
||
|
|
Date: Sat, 30 Mar 2024 19:21:59 +0800
|
||
|
|
Subject: [PATCH] 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.
|
||
|
|
|
||
|
|
Signed-off-by: Kunkun Jiang <jiangkunkun@huawei.com>
|
||
|
|
---
|
||
|
|
tests/qtest/bios-tables-test-allowed-diff.h | 3 +++
|
||
|
|
1 file changed, 3 insertions(+)
|
||
|
|
|
||
|
|
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
|
||
|
|
index dfb8523c8b..18d02a710d 100644
|
||
|
|
--- a/tests/qtest/bios-tables-test-allowed-diff.h
|
||
|
|
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
|
||
|
|
@@ -1 +1,4 @@
|
||
|
|
/* List of comma-separated changed AML files to ignore */
|
||
|
|
+"tests/data/acpi/virt/PPTT",
|
||
|
|
+"tests/data/acpi/virt/PPTT.acpihmatvirt",
|
||
|
|
+"tests/data/acpi/virt/PPTT.topology",
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|